Created
August 23, 2012 13:46
-
-
Save eedrummer/3436750 to your computer and use it in GitHub Desktop.
OpenID Connect RP Gateway Config
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
host: localhost | |
client_id: "4119a135-63cf-4074-bcc5-6e9619b71d55" | |
client_secret: "rhexrhex" | |
additional_properties: | |
authorization_endpoint: "/simpledb-openid-connect-server/authorize" | |
user_info_endpoint: "/simpledb-openid-connect-server/userinfo?schema=openid" | |
token_endpoint: "/simpledb-openid-connect-server/token" | |
jwk_url: "/jwk" | |
issuer: "http://localhost:8080/simpledb-openid-connect-server/" | |
scope: "openid profile" | |
client_options: | |
scheme: "http" | |
port: 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment