Skip to content

Instantly share code, notes, and snippets.

@harsimranmaan
Created March 1, 2023 01:27
Show Gist options
  • Save harsimranmaan/4d07b944ec3186cce1fbe4b402a693ba to your computer and use it in GitHub Desktop.
Save harsimranmaan/4d07b944ec3186cce1fbe4b402a693ba to your computer and use it in GitHub Desktop.
OIDCconf
{
"issuer": "https://a-public-endpoint-that-aws-can-access-to-get-verification-key/v1/identity/oidc",
"jwks_uri": "https://a-public-endpoint-that-aws-can-access-to-get-verification-key/v1/identity/oidc/.well-known/keys",
"response_types_supported": ["id_token"],
"subject_types_supported": ["public"],
"id_token_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"EdDSA"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment