Post logout redirect uri
This commit is contained in:
parent
13964b9f7f
commit
3d80a3f2a1
2 changed files with 2 additions and 1 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -14,6 +14,7 @@
|
||||||
"envsubst",
|
"envsubst",
|
||||||
"Newtonsoft",
|
"Newtonsoft",
|
||||||
"Npgsql",
|
"Npgsql",
|
||||||
|
"PKCE",
|
||||||
"postit",
|
"postit",
|
||||||
"pschneider",
|
"pschneider",
|
||||||
"SLNDIR",
|
"SLNDIR",
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ public partial class Settings : ViewModelBase
|
||||||
RedirectUri = Authentication.RedirectUri,
|
RedirectUri = Authentication.RedirectUri,
|
||||||
Scope = string.Join(' ', MergeScopes(this.Authentication.Scopes)),
|
Scope = string.Join(' ', MergeScopes(this.Authentication.Scopes)),
|
||||||
TokenClientCredentialStyle = IdentityModel.Client.ClientCredentialStyle.PostBody,
|
TokenClientCredentialStyle = IdentityModel.Client.ClientCredentialStyle.PostBody,
|
||||||
PostLogoutRedirectUri = "https//yavsc.pschneider.fr",
|
PostLogoutRedirectUri = Authentication.Authority,
|
||||||
// PKCE is enabled by default when no client_secret is provided.
|
// PKCE is enabled by default when no client_secret is provided.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue