Part 9 - Keycloak with Spring Boot 3 and Swagger

preview_player
Показать описание
#keycloak #springboot3 #authenticationandauthorization #swagger #springbootswagger
Рекомендации по теме
Комментарии
Автор

Hai this is great tutorial, very in-depth knowledge has bee provided. Can you make video on microservice swagger aggregation on the api gateway with keycloak

kirankumarhm
Автор

What can only be seen as a glimpse in the video and what is not specially explained, is that in order to make Swagger work, the security configuration must contain the line
.requestMatchers("/swagger-ui/**",
as can also be seen in the source code of the video.
In the following videos this permission is given in the policy-enforcer.json file but as there is no such file here, it has to be specified in the security configuration.

GuntherMahr
Автор

It is not entirely clear for me from which step oauth2 jwt-issuer-uri is not used in application.properties, I only notice that it was commented out at some point. The point at which we stop using it, once we call the Keycloak APIs from the app and not from the UI?

AdriennSzékely-co
Автор

Nice tutorial.
Would this setup for swagger also work for hit on api from angular app, or mess it up. What should I do to make this work with angular app?

farexBaby-urns
Автор

Hi, I need to get the list of users from Keycloak with specific roles, can you help me, thanks

AbdulFatahBabakrkhail
Автор

Can I have your code or github link please?

tranhuudan