What is GitHub /.well-known/openid-configuration URL?

Viewed 2819
1 Answers

Appears Github only supports OAuth and not OpenID Connect.

This implies that only OAuth Client's are delegated access to a resources which belong to another.

Related