What OpenID Connect authorization flow to authenticate mobile app users?

前端 未结 3 1187
逝去的感伤
逝去的感伤 2021-02-01 16:55

I am building a cross-platform mobile app that interacts with a RESTful API, and I want to use OpenID Connect to authenticate my users. I will be building my own OpenID Connect

3条回答
  •  囚心锁ツ
    2021-02-01 17:55

    Check out MITREid project on github:

    MITREid Connect

    This project contains an OpenID Connect reference implementation in Java on the Spring platform, including a functioning server library, deployable server package, client (RP) library, and general utility libraries. The server can be used as an OpenID Connect Identity Provider as well as a general-purpose OAuth 2.0 Authorization Server.

提交回复
热议问题