mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-07-06 03:46:19 +08:00
Fix Vagrant
This commit is contained in:
12
conf/client_secrets.json
Normal file
12
conf/client_secrets.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"web": {
|
||||
"auth_uri": "https://id.stg.fedoraproject.org/openidc/Authorization",
|
||||
"client_id": "mbs-authorizer",
|
||||
"client_secret": "notsecret",
|
||||
"redirect_uris": [
|
||||
"http://localhost:13747/"
|
||||
],
|
||||
"token_uri": "https://id.stg.fedoraproject.org/openidc/Token",
|
||||
"token_introspection_uri": "https://id.stg.fedoraproject.org/openidc/TokenInfo"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user