Add identity configuration
- update keycloak realm
IssueID: OAM-275
Change-Id: I5a25af910f9d30253413ed363082e48ca58b11b7
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
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": "<div class=\"kc-logo-text\"><span>O-RAN-SC: SIM and OAM and Non-RT-RIC</span></div>",
+ "displayName": "O-RAN-SC OAM",
+ "displayNameHtml": "<div class=\"kc-logo-text\"><span>O-RAN-SC OAM</span></div>",
"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,