mirror of
https://github.com/imjasonh/urls
synced 2026-07-08 07:25:25 +00:00
32 lines
991 B
Text
32 lines
991 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
|
|
|
|
# Terraform Cloud OIDC
|
|
https://app.terraform.io/.well-known/openid-configuration
|
|
https://app.terraform.io/.well-known/jwks
|