From: demx8as6 Date: Wed, 6 Jul 2022 07:54:37 +0000 (+0200) Subject: Add identity configuration X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=261a55c179f98d8582184e8799230708a00f0769;p=oam.git Add identity configuration - update keycloak realm IssueID: OAM-275 Change-Id: I5a25af910f9d30253413ed363082e48ca58b11b7 Signed-off-by: demx8as6 --- diff --git a/solution/integration/smo/common/identity/o-ran-sc-realm.json b/solution/integration/smo/common/identity/o-ran-sc-realm.json index 97d7b30..67b5bc2 100644 --- a/solution/integration/smo/common/identity/o-ran-sc-realm.json +++ b/solution/integration/smo/common/identity/o-ran-sc-realm.json @@ -1,8 +1,8 @@ { "id": "onap", "realm": "onap", - "displayName": "O-RAN-SC SIM & OAM & NON-RT-RIC", - "displayNameHtml": "
O-RAN-SC: SIM and OAM and Non-RT-RIC
", + "displayName": "O-RAN-SC OAM", + "displayNameHtml": "
O-RAN-SC OAM
", "notBefore": 1606124502, "revokeRefreshToken": false, "refreshTokenMaxReuse": 0, @@ -26,13 +26,13 @@ "actionTokenGeneratedByUserLifespan": 300, "enabled": true, "sslRequired": "external", - "registrationAllowed": false, + "registrationAllowed": true, "registrationEmailAsUsername": false, "rememberMe": true, "verifyEmail": false, "loginWithEmailAllowed": true, "duplicateEmailsAllowed": false, - "resetPasswordAllowed": false, + "resetPasswordAllowed": true, "editUsernameAllowed": false, "bruteForceProtected": false, "permanentLockout": false,