Creating Custom OpenId Provider for Oauth2 Spring Boot

后端 未结 2 1039
野的像风
野的像风 2021-02-15 15:12

I have used Oauth2 framework for authorization and access control for protecting my spring boot microservice api\'s. Oauth2 framework is working fine but now my Client wants a d

2条回答
  •  情书的邮戳
    2021-02-15 15:26

    I think it could be easier to start by first implementing OAuth2 code flow. Then add implicit flow, and finally OpenID Connect part.

    If you want to have a serious OpenID Provider I would suggest not implementing from scratch as there are a lot of details to get right. Instead I would recommend using something like Hydra that can be integrated into existing system.

    Have created from scratch a OpenID Provider (SimpleLogin.io), I can say that it takes almost forever to be 100% compliant to the protocol ...

提交回复
热议问题