diff --git a/tenants/acme/realm/athleticmap-realm.json b/tenants/acme/realm/athleticmap-realm.json index 1ae1105..be86514 100644 --- a/tenants/acme/realm/athleticmap-realm.json +++ b/tenants/acme/realm/athleticmap-realm.json @@ -5,11 +5,29 @@ "loginWithEmailAllowed": true, "roles": { "realm": [ - { "name": "admin" }, - { "name": "atm_athlete" }, - { "name": "atm_trainer" }, - { "name": "atm_team_admin" }, - { "name": "atm_fed_admin" } + { + "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": [ @@ -21,8 +39,12 @@ "standardFlowEnabled": true, "implicitFlowEnabled": false, "directAccessGrantsEnabled": false, - "redirectUris": ["https://acme.athleticmap.influxdigital.com.br/*"], - "webOrigins": ["https://acme.athleticmap.influxdigital.com.br"], + "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/*" diff --git a/tenants/demo/realm/athleticmap-realm.json b/tenants/demo/realm/athleticmap-realm.json index 7d6ec9b..1a675f2 100644 --- a/tenants/demo/realm/athleticmap-realm.json +++ b/tenants/demo/realm/athleticmap-realm.json @@ -5,11 +5,29 @@ "loginWithEmailAllowed": true, "roles": { "realm": [ - { "name": "admin" }, - { "name": "atm_athlete" }, - { "name": "atm_trainer" }, - { "name": "atm_team_admin" }, - { "name": "atm_fed_admin" } + { + "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": [ @@ -21,8 +39,12 @@ "standardFlowEnabled": true, "implicitFlowEnabled": false, "directAccessGrantsEnabled": false, - "redirectUris": ["https://demo.athleticmap.influxdigital.com.br/*"], - "webOrigins": ["https://demo.athleticmap.influxdigital.com.br"], + "redirectUris": [ + "https://demo.athleticmap.influxdigital.com.br/*" + ], + "webOrigins": [ + "https://demo.athleticmap.influxdigital.com.br" + ], "attributes": { "pkce.code.challenge.method": "S256", "post.logout.redirect.uris": "https://demo.athleticmap.influxdigital.com.br/*" diff --git a/tenants/piloto/realm/athleticmap-realm.json b/tenants/piloto/realm/athleticmap-realm.json index e95f9cc..5166d8a 100644 --- a/tenants/piloto/realm/athleticmap-realm.json +++ b/tenants/piloto/realm/athleticmap-realm.json @@ -5,11 +5,29 @@ "loginWithEmailAllowed": true, "roles": { "realm": [ - { "name": "admin" }, - { "name": "atm_athlete" }, - { "name": "atm_trainer" }, - { "name": "atm_team_admin" }, - { "name": "atm_fed_admin" } + { + "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": [ @@ -21,8 +39,12 @@ "standardFlowEnabled": true, "implicitFlowEnabled": false, "directAccessGrantsEnabled": false, - "redirectUris": ["https://piloto.athleticmap.influxdigital.com.br/*"], - "webOrigins": ["https://piloto.athleticmap.influxdigital.com.br"], + "redirectUris": [ + "https://piloto.athleticmap.influxdigital.com.br/*" + ], + "webOrigins": [ + "https://piloto.athleticmap.influxdigital.com.br" + ], "attributes": { "pkce.code.challenge.method": "S256", "post.logout.redirect.uris": "https://piloto.athleticmap.influxdigital.com.br/*"