postit: allow self-signed OIDC TLS in Development #9

Merged
notazof merged 7 commits from fix/OIDC-debugging into main 2026-08-02 21:32:53 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 3d80a3f2a1 - Show all commits

Post logout redirect uri

Paul Schneider 2026-07-12 16:14:37 +01:00

View file

@ -14,6 +14,7 @@
"envsubst",
"Newtonsoft",
"Npgsql",
"PKCE",
"postit",
"pschneider",
"SLNDIR",

View file

@ -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.
};