Skip to content

Commit

Permalink
Update simple-iodc-provider example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 15, 2025
1 parent 77fffb7 commit 5932754
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions example_configs/simple_oidc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,10 @@ authentication:
- provider: simple_oidc
authenticator: tiled.authenticators:OIDCAuthenticator
args:
# These values come from https://orcid.org/developer-tools
audience: tiled
client_id: ${OIDC_CLIENT_ID}
client_secret: ${OIDC_CLIENT_SECRET}
# These values come from https://orcid.org/.well-known/openid-configuration
# Obtain them directly from ORCID. They may change over time.
token_uri: "${OIDC_BASE_URL}/token"
authorization_endpoint: "${OIDC_BASE_URL}/auth"
public_keys:
- kty: "RSA"
e: "AQAB"
kid: "<Enter kid value from simple oidc web page http://localhost:9000/certs>"
n: "<Enger n from simple oidc web page http://localhost:9000/certs>"
alg: RS256
well_known_uri: "${OIDC_BASE_URL}/.well-known/openid-configuration"
confirmation_message: "You have logged in with Simple OIDC as {id}."
trees:
# Just some arbitrary example data...
Expand Down

0 comments on commit 5932754

Please sign in to comment.