Skip to content

Commit 8e3c165

Browse files
committed
[NAE-2118] Implement OpenID Connector Auth for Admin node
- preconfigure nae.json for local development
1 parent ff174ba commit 8e3c165

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nae.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"providers": {
55
"auth": {
66
"address": "http://localhost:8080/api/",
7-
"authentication": "Basic",
7+
"authentication": "BasicWithRealm",
88
"endpoints": {
99
"login": "auth/login",
1010
"logout": "auth/logout",
@@ -14,15 +14,15 @@
1414
"verify": "auth/token/verify",
1515
"invite": "auth/invite",
1616
"reset": "auth/reset",
17-
"recover": "/auth/recover"
17+
"recover": "auth/recover"
1818
},
1919
"sessionBearer": "X-Auth-Token",
2020
"sessionTimeoutEnabled": false,
2121
"sessionTimeout": 900,
2222
"jwtBearer": "X-Jwt-Token",
2323
"sso": {
2424
"enable": true,
25-
"clientId": "cluster-worker",
25+
"clientId": "dev-cluster-worker",
2626
"redirectUrl": "https://iam.mudu.dev.netgrif.cloud/realms/netgrif-cloud-testing/protocol/openid-connect/auth",
2727
"refreshUrl": "http://localhost:8800/api/auth/login",
2828
"scopes": ["openid","email","profile","roles"]

0 commit comments

Comments
 (0)