File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"providers" : {
5
5
"auth" : {
6
6
"address" : " http://localhost:8080/api/" ,
7
- "authentication" : " Basic " ,
7
+ "authentication" : " BasicWithRealm " ,
8
8
"endpoints" : {
9
9
"login" : " auth/login" ,
10
10
"logout" : " auth/logout" ,
14
14
"verify" : " auth/token/verify" ,
15
15
"invite" : " auth/invite" ,
16
16
"reset" : " auth/reset" ,
17
- "recover" : " / auth/recover"
17
+ "recover" : " auth/recover"
18
18
},
19
19
"sessionBearer" : " X-Auth-Token" ,
20
20
"sessionTimeoutEnabled" : false ,
21
21
"sessionTimeout" : 900 ,
22
22
"jwtBearer" : " X-Jwt-Token" ,
23
23
"sso" : {
24
24
"enable" : true ,
25
- "clientId" : " cluster-worker" ,
25
+ "clientId" : " dev- cluster-worker" ,
26
26
"redirectUrl" : " https://iam.mudu.dev.netgrif.cloud/realms/netgrif-cloud-testing/protocol/openid-connect/auth" ,
27
27
"refreshUrl" : " http://localhost:8800/api/auth/login" ,
28
28
"scopes" : [" openid" ," email" ," profile" ," roles" ]
You can’t perform that action at this time.
0 commit comments