ansible/roles/mbs/common/templates/client_secrets.json.prod
Ralph Bean 87d3989731 OIDC details for MBS.
Try this for now.  If we need actual secret values, we can set those up.
2017-02-09 19:55:56 +00:00

12 lines
401 B
Text

{
"web": {
"auth_uri": "https://id.fedoraproject.org/openidc/Authorization",
"client_id": "mbs-authorizer",
"client_secret": "notsecret",
"redirect_uris": [
"http://localhost:13747/"
],
"token_uri": "https://id.fedoraproject.org/openidc/Token",
"token_introspection_uri": "https://id.fedoraproject.org/openidc/TokenInfo"
}
}