Skip to content

Instantly share code, notes, and snippets.

@uira
Last active July 14, 2018 17:31
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 uira/215b0b8d2995f6b417c7defce0042ece to your computer and use it in GitHub Desktop.
Save uira/215b0b8d2995f6b417c7defce0042ece to your computer and use it in GitHub Desktop.

instância: https://id.org.br

authorization_endpoint: https://id.org.br/openid/connect/authorize

"token_endpoint": https://id.org.br/openid/connect/token

"token_endpoint_auth_methods_supported":["client_secret_basic", "private_key_jwt"],

"token_endpoint_auth_signing_alg_values_supported":["RS256"], "id_token_signing_alg_values_supported":["RS256"],

"userinfo_endpoint": https://id.org.br/api/v2/person

"check_session_iframe": https://id.org.br/openid/connect/session/check

"end_session_endpoint": https://id.org.br/openid/connect/session/end

"jwks_uri": https://id.org.br/openid/connect/jwks

"registration_endpoint": https://id.org.br/openid/connect/register

"scopes_supported":["openid", "offline_access", "sub", "name", "given_name", "family_name", "full_name", "preferred_username", "picture", "email", "email_verified", "birthdate", "phone_number", "address", "updated_at", "public_profile", "username", "first_name", "last_name", "full_name", "cpf", "city", "public_profile", "country", "state", "addresses", "id_cards", "mobile", "logout", "voter_registration", "aviseme"],

"response_types_supported":["code", "code id_token", "id_token", "token id_token"],

"subject_types_supported":["pairwise"]

}

{
"issuer":"https:\/\/logincidadao.rs.gov.br",
"authorization_endpoint":"https:\/\/logincidadao.rs.gov.br\/openid\/connect\/authorize",
"token_endpoint":"https:\/\/logincidadao.rs.gov.br\/openid\/connect\/token",
"token_endpoint_auth_methods_supported":["client_secret_basic",
"private_key_jwt"],
"token_endpoint_auth_signing_alg_values_supported":["RS256"],
"id_token_signing_alg_values_supported":["RS256"],
"userinfo_endpoint":"https:\/\/logincidadao.rs.gov.br\/api\/v2\/person",
"check_session_iframe":"https:\/\/logincidadao.rs.gov.br\/openid\/connect\/session\/check",
"end_session_endpoint":"https:\/\/logincidadao.rs.gov.br\/openid\/connect\/session\/end",
"jwks_uri":"https:\/\/logincidadao.rs.gov.br\/openid\/connect\/jwks",
"registration_endpoint":"https:\/\/logincidadao.rs.gov.br\/openid\/connect\/register",
"scopes_supported":["openid",
"offline_access",
"sub",
"name",
"given_name",
"family_name",
"full_name",
"preferred_username",
"picture",
"email",
"email_verified",
"birthdate",
"phone_number",
"address",
"updated_at",
"public_profile",
"username",
"first_name",
"last_name",
"full_name",
"cpf",
"city",
"public_profile",
"country",
"state",
"addresses",
"id_cards",
"mobile",
"logout",
"voter_registration",
"aviseme"],
"response_types_supported":["code",
"code id_token",
"id_token",
"token id_token"],
"subject_types_supported":["pairwise"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment