oidc++
This commit is contained in:
parent
2978451679
commit
888caf4264
9 changed files with 189 additions and 53 deletions
|
|
@ -432,7 +432,7 @@ namespace Yavsc
|
|||
options.TokenEndpointPath = new PathString("/connect/authorize/accept");
|
||||
options.UseSlidingExpiration = true;
|
||||
options.AllowInsecureHttp = true;
|
||||
options.AuthenticationScheme = "ServerCookie"; // was = OpenIdConnectDefaults.AuthenticationScheme || "oidc";
|
||||
options.AuthenticationScheme = "oidc-server"; // was = OpenIdConnectDefaults.AuthenticationScheme || "oidc";
|
||||
options.LogoutEndpointPath = new PathString("/connect/logout");
|
||||
|
||||
// options.ValidationEndpointPath = new PathString("/connect/introspect");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue