michaelrsweet / moauth

Basic OAuth2 client/server implementation.
https://www.msweet.org/moauth
Apache License 2.0
19 stars 3 forks source link

OpenID Connect support #6

Closed michaelrsweet closed 6 years ago

michaelrsweet commented 6 years ago

Investigate supporting OpenID Connect.

michaelrsweet commented 6 years ago

Looks like we just need to return a JSON document with the endpoints and other info; the metadata is defined in section 3.

michaelrsweet commented 6 years ago

[master 0f460ec] Implement basic OpenID support (Issue #6)