mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
795 B
36 lines
795 B
|
10 years ago
|
issuer: http://127.0.0.1:5556
|
||
|
|
storage:
|
||
|
|
# NOTE(ericchiang): This will be replaced by sqlite3 in the future.
|
||
|
|
type: memory
|
||
|
|
|
||
|
|
web:
|
||
|
|
http: 127.0.0.1:5556
|
||
|
|
|
||
|
|
connectors:
|
||
|
|
- type: mock
|
||
|
|
id: mock
|
||
|
|
name: Mock
|
||
|
|
- type: github
|
||
|
|
id: github
|
||
|
|
name: GitHub
|
||
|
|
config:
|
||
|
|
clientID: "$GITHUB_CLIENT_ID"
|
||
|
|
clientSecret: "$GITHUB_CLIENT_SECRET"
|
||
|
|
redirectURI: http://127.0.0.1:5556/callback/github
|
||
|
|
org: kubernetes
|
||
|
10 years ago
|
- type: oidc
|
||
|
|
id: google
|
||
|
|
name: Google Account
|
||
|
|
config:
|
||
|
|
issuer: https://accounts.google.com
|
||
|
|
clientID: "$GOOGLE_OAUTH2_CLIENT_ID"
|
||
|
|
clientSecret: "$GOOGLE_OAUTH2_CLIENT_SECRET"
|
||
|
|
redirectURI: http://127.0.0.1:5556/callback/google
|
||
|
10 years ago
|
|
||
|
|
staticClients:
|
||
|
|
- id: example-app
|
||
|
|
redirectURIs:
|
||
|
|
- 'http://127.0.0.1:5555/callback'
|
||
|
|
name: 'Example App'
|
||
|
|
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
|