Last active
June 20, 2022 09:40
-
-
Save wtrocki/6eed975bf32e5de9ec68f16f59f819e0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"redhat_sso","base_url":"https://sso.stage.redhat.com","token_url":"https://sso.stage.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token","jwks":"https://sso.stage.redhat.com/auth/realms/redhat-external/protocol/openid-connect/certs","valid_issuer":"https://sso.stage.redhat.com/auth/realms/redhat-external"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "mas_sso", | |
"base_url": "https://identity.api.openshift.com", | |
"token_url": "https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token", | |
"jwks": "https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/certs", | |
"valid_issuer": "https://identity.api.openshift.com/auth/realms/rhoas" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment