forked from mystiq/dex
static: add fixture client for oauth2_proxy
oauth2_proxy is a proxy you can put in front of any http application to add OAUTH 2.0 auth. I have added OIDC support to this proxy and to make it easy to get started lets add it to the fixture.
This commit is contained in:
parent
b29f76b6f7
commit
1ee7d6c5f4
1 changed files with 5 additions and 0 deletions
|
@ -8,5 +8,10 @@
|
|||
"id": "core-update",
|
||||
"secret": "secrete",
|
||||
"redirectURLs": ["http://127.0.0.1:8000/admin/v1/oauth/login"]
|
||||
},
|
||||
{
|
||||
"id": "oauth2_proxy",
|
||||
"secret": "proxy",
|
||||
"redirectURLs": ["http://127.0.0.1:4180/oauth2/callback"]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue