12

I am trying to find it in the developer doc but no luck: https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/

Does GitHub expose a discovery endpoint for openid?

2 Answers 2

13

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.

Sign up to request clarification or add additional context in comments.

Comments

5

Yes, but for some reason it's undocumented. Here it is:

https://github.com/login/oauth/.well-known/openid-configuration

1 Comment

This response fully answers the OP's question.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.