Files
athletic-map-deploy/tenants/acme/realm/athleticmap-realm.json
T

55 lines
1.2 KiB
JSON

{
"realm": "athleticmap",
"enabled": true,
"displayName": "Athletic Map",
"loginWithEmailAllowed": true,
"roles": {
"realm": [
{
"name": "admin"
},
{
"name": "atm_athlete"
},
{
"name": "atm_trainer"
},
{
"name": "atm_team_admin"
},
{
"name": "atm_fed_admin"
},
{
"name": "atm_admin",
"description": "Administrador do tenant (gestao geral)"
},
{
"name": "atm_cadastro",
"description": "Gestao de cadastros e catalogos"
}
]
},
"clients": [
{
"clientId": "spa",
"name": "Athletic Map SPA",
"publicClient": true,
"protocol": "openid-connect",
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"redirectUris": [
"https://acme.athleticmap.influxdigital.com.br/*"
],
"webOrigins": [
"https://acme.athleticmap.influxdigital.com.br"
],
"attributes": {
"pkce.code.challenge.method": "S256",
"post.logout.redirect.uris": "https://acme.athleticmap.influxdigital.com.br/*"
}
}
]
}