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