mirror of
https://github.com/imjasonh/urls
synced 2026-07-08 15:35:29 +00:00
28 lines
867 B
Text
28 lines
867 B
Text
# Google OIDC
|
|
https://accounts.google.com/.well-known/openid-configuration
|
|
https://www.googleapis.com/oauth2/v3/certs
|
|
https://www.googleapis.com/oauth2/v2/certs
|
|
https://www.googleapis.com/oauth2/v1/certs
|
|
|
|
# Chainguard OIDC
|
|
https://issuer.enforce.dev/.well-known/openid-configuration
|
|
https://issuer.enforce.dev/keys
|
|
|
|
# GitHub OIDC
|
|
https://token.actions.githubusercontent.com/.well-known/openid-configuration
|
|
https://token.actions.githubusercontent.com/.well-known/jwks
|
|
|
|
# GitHub API meta
|
|
https://api.github.com/meta
|
|
|
|
# Gitlab OIDC
|
|
https://gitlab.com/.well-known/openid-configuration
|
|
https://gitlab.com/oauth/discovery/keys
|
|
|
|
# Apple OIDC
|
|
https://appleid.apple.com/.well-known/openid-configuration
|
|
https://appleid.apple.com/auth/keys
|
|
|
|
# Microsoft OIDC
|
|
https://login.microsoft.com/common/.well-known/openid-configuration
|
|
https://login.microsoft.com/common/discovery/keys
|