Files
fm-orchestrator/conf/client_secrets.json
Matt Prahl f2a02027a9 Fix Vagrant
2016-12-15 16:27:17 -05:00

13 lines
413 B
JSON

{
"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"
}
}