Skip to content

Instantly share code, notes, and snippets.

@eedrummer
Created August 23, 2012 13:46
Show Gist options
  • Save eedrummer/3436750 to your computer and use it in GitHub Desktop.
Save eedrummer/3436750 to your computer and use it in GitHub Desktop.
OpenID Connect RP Gateway Config
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