OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors
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.
|
|
|
|
[
|
|
|
|
|
{
|
|
|
|
|
"id": "XXX",
|
|
|
|
|
"secret": "c2VjcmV0ZQ==",
|
|
|
|
|
"redirectURLs": ["http://127.0.0.1:5555/callback"],
|
|
|
|
|
"trustedPeers": ["example-app"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "example-app",
|
|
|
|
|
"secret": "ZXhhbXBsZS1hcHAtc2VjcmV0",
|
|
|
|
|
"redirectURLs": ["http://127.0.0.1:5555/callback"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "example-cli",
|
|
|
|
|
"secret": "ZXhhbXBsZS1jbGktc2VjcmV0",
|
|
|
|
|
"redirectURLs": ["http://127.0.0.1:8000/admin/v1/oauth/login"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": "oauth2_proxy",
|
|
|
|
|
"secret": "cHJveHk=",
|
|
|
|
|
"redirectURLs": ["http://127.0.0.1:4180/oauth2/callback"]
|
|
|
|
|
}
|
|
|
|
|
]
|