aboutsummaryrefslogtreecommitdiffstats
path: root/development/config/onap-realm.json
diff options
context:
space:
mode:
Diffstat (limited to 'development/config/onap-realm.json')
-rw-r--r--development/config/onap-realm.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/development/config/onap-realm.json b/development/config/onap-realm.json
index bc49a76..fab464f 100644
--- a/development/config/onap-realm.json
+++ b/development/config/onap-realm.json
@@ -9,8 +9,12 @@
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
- "redirectUris": [],
- "webOrigins": [],
+ "redirectUris": [
+ "http://localhost/*"
+ ],
+ "webOrigins": [
+ "*"
+ ],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
@@ -217,5 +221,8 @@
"notBefore" : 0,
"groups" : [ ]
}
- ]
-} \ No newline at end of file
+ ],
+ "attributes": {
+ "frontendUrl": "http://localhost:8080/auth/"
+ }
+}