Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e9ac1e1ad | |||
| fa79bd8021 |
@@ -30,6 +30,8 @@ public static class Api
|
||||
|
||||
options.ClientId = authOptions.ClientId;
|
||||
options.ClientSecret = authOptions.ClientSecret;
|
||||
options.SignedOutCallbackPath = "/signout-callback-oidc";
|
||||
options.SignedOutRedirectUri = "/";
|
||||
|
||||
options.ResponseType = "code";
|
||||
options.SaveTokens = true;
|
||||
|
||||
Reference in New Issue
Block a user