meili-NG / meiliNG.js

meiliNG: Easy Identity/Login Infrastructure, Next Generation. Supports oAuth2 and OpenID Connect specifications
https://meili.ng
MIT License
21 stars 7 forks source link

Add OAuth2.0 and OpenID Connect Discovery endpoints #20

Closed RutsuKun closed 2 years ago

RutsuKun commented 2 years ago

https://swagger.io/docs/specification/authentication/openid-connect-discovery/

https://[base-server-url]/.well-known/openid-configuration https://[base-server-url]/.well-known/oauth-authorization-server

Alex4386 commented 2 years ago

https://[base-server-url]/.well-known/openid-configuration

It is now implemented in commit fbf9114.

Currently, I am implementing oauth-authorization-server endpoint.

Alex4386 commented 2 years ago

It seems /.well-known/oauth-authorization-server can provide same response with openid-configuration.
I just added alias for that at commit 886626d.