小编atl*_*dev的帖子

Spring boot oauth2: No userInfo endpoint - How to load the authentication (Principal) from the JWT access token directly in the client

I am setting up an oauth 2.0 client application which will redirect the users to an external IDP (Authorization Server) to sign in. My app will undergo the regular oauth 2 Authorization code grant flow - 1)Redirect the users to sign in. 2)Obtain the access code first 3) Use the access code to obtain the token. Since the external IDP is using oauth 2 just for authentication, they are not going to provide a user-info endpoint url (required by an …

java oauth-2.0 spring-boot

8
推荐指数
1
解决办法
3978
查看次数

标签 统计

java ×1

oauth-2.0 ×1

spring-boot ×1