Skip to content

Commit

Permalink
Update baseline representations
Browse files Browse the repository at this point in the history
  • Loading branch information
sonOfRa committed Feb 15, 2023
1 parent e65f209 commit ea474cd
Show file tree
Hide file tree
Showing 3 changed files with 2,202 additions and 1,747 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/baseline/19.0.3/realm/realm.json
@@ -1,5 +1,5 @@
{
"id": "791bfad8-bdb8-4117-87f3-35a0acf453a8",
"id": "REALM_NAME_PLACEHOLDER",
"realm": "REALM_NAME_PLACEHOLDER",
"notBefore": 0,
"defaultSignatureAlgorithm": "RS256",
Expand Down Expand Up @@ -63,7 +63,7 @@
}
},
"clientRole": false,
"containerId": "791bfad8-bdb8-4117-87f3-35a0acf453a8",
"containerId": "REALM_NAME_PLACEHOLDER",
"attributes": {}
},
{
Expand All @@ -72,7 +72,7 @@
"description": "${role_offline-access}",
"composite": false,
"clientRole": false,
"containerId": "791bfad8-bdb8-4117-87f3-35a0acf453a8",
"containerId": "REALM_NAME_PLACEHOLDER",
"attributes": {}
},
{
Expand All @@ -81,7 +81,7 @@
"description": "${role_uma_authorization}",
"composite": false,
"clientRole": false,
"containerId": "791bfad8-bdb8-4117-87f3-35a0acf453a8",
"containerId": "REALM_NAME_PLACEHOLDER",
"attributes": {}
}
],
Expand Down Expand Up @@ -400,7 +400,7 @@
"description": "${role_default-roles}",
"composite": true,
"clientRole": false,
"containerId": "791bfad8-bdb8-4117-87f3-35a0acf453a8"
"containerId": "REALM_NAME_PLACEHOLDER"
},
"requiredCredentials": [
"password"
Expand Down
45 changes: 45 additions & 0 deletions src/main/resources/baseline/20.0.3/client/client.json
@@ -0,0 +1,45 @@
{
"id": "8a641514-bb92-4a5e-8ea4-27b90ef3e637",
"clientId": "reference-client",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "hzjJYnHVxMf3I3ugD4le0CgT1iI3rCx2",
"redirectUris": [],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"client.secret.creation.time": "1676457441"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}

0 comments on commit ea474cd

Please sign in to comment.