You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when the cancel button is pressed on the login page an exception occurs. Reason is that by default the access.denied response from IdentityServer is not handled by the middleware.
Solution is to add an AccessDeniedPath to the middleware's configuration.
Right now when the cancel button is pressed on the login page an exception occurs. Reason is that by default the access.denied response from IdentityServer is not handled by the middleware.
Solution is to add an AccessDeniedPath to the middleware's configuration.
See also:
DuendeSoftware/Support#1117
The text was updated successfully, but these errors were encountered: