12 lines
401 B
Text
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"
|
|
}
|
|
}
|