try oidc
This commit is contained in:
@@ -5,7 +5,12 @@
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
"localstorage": {},
|
||||
"postgresql": {}
|
||||
"postgresql": {},
|
||||
"oidc": {
|
||||
"loginRedirectUri": "/api/oauth/openid",
|
||||
"logoutRedirectUri": "/",
|
||||
"tokenSignatureAlgorithm": "RS256"
|
||||
}
|
||||
},
|
||||
"manifestVersion": 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user