Skip to content

Instantly share code, notes, and snippets.

@joe-oli
Created November 21, 2023 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joe-oli/d932f65e818f8fcf661acbcc57ca6e54 to your computer and use it in GitHub Desktop.
Save joe-oli/d932f65e818f8fcf661acbcc57ca6e54 to your computer and use it in GitHub Desktop.
Some well-known OIDC providers
1. **Google**: Google provides OpenID Connect authentication services that can be used to authenticate users with Google accounts. You can find more information about it [here](https://developers.google.com/identity/protocols/oauth2/openid-connect).
2. **Microsoft**: Microsoft provides OpenID Connect authentication services that can be used to authenticate users with Microsoft accounts. You can find more information about it [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc).
OpenID Connect (OIDC) on the Microsoft identity platform.
https://learn.microsoft.com/en-us/entra/identity-platform/v2-protocols-oidc.
Set up an OpenID Connect provider | Microsoft Learn.
https://learn.microsoft.com/en-us/power-pages/security/authentication/openid-provider.
3. **Okta**: Okta is a cloud-based identity management platform that provides OpenID Connect authentication services. You can find more information about it [here](https://developer.okta.com/docs/guides/implement-openid-connect/overview/).
4. **Auth0**: Auth0 is a cloud-based identity management platform that provides OpenID Connect authentication services. You can find more information about it [here](https://auth0.com/docs/protocols/openid-connect-protocol).
5. **Ping Identity**: Ping Identity provides OpenID Connect authentication services that can be used to authenticate users with Ping Identity accounts. You can find more information about it [here](https://www.pingidentity.com/en/platform/standards-support/openid-connect.html).
6. **Facebook**:
https://developers.facebook.com/docs/facebook-login/guides/advanced/oidc-token/
References: Convo with Bing-chat, 21/11/2023
(2) Configuring Well-Known OpenID Connect Providers - Quarkus. https://quarkus.io/guides/security-openid-connect-providers.
(3) OpenID - Wikipedia. https://en.wikipedia.org/wiki/OpenID.
(4) List of public OpenID Connect providers | Connect2id. https://connect2id.com/products/nimbus-oauth-openid-connect-sdk/openid-connect-providers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment