Merge pull request 'Added signout functionality for user authentik link' (#74) from payments into master
Reviewed-on: #74
This commit was merged in pull request #74.
This commit is contained in:
@@ -30,6 +30,8 @@ public static class Api
|
|||||||
|
|
||||||
options.ClientId = authOptions.ClientId;
|
options.ClientId = authOptions.ClientId;
|
||||||
options.ClientSecret = authOptions.ClientSecret;
|
options.ClientSecret = authOptions.ClientSecret;
|
||||||
|
options.SignedOutCallbackPath = "/signout-callback-oidc";
|
||||||
|
options.SignedOutRedirectUri = "/";
|
||||||
|
|
||||||
options.ResponseType = "code";
|
options.ResponseType = "code";
|
||||||
options.SaveTokens = true;
|
options.SaveTokens = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user