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:
Brandon Philips 2015-11-08 22:26:41 +01:00
parent b29f76b6f7
commit 1ee7d6c5f4

View file

@ -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"]
}
]