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
When setting AddBoleroHost(server=true) than ctx.Auhorize and ctx.AuthorzieWith are not working any more.
The old Remoting gives "Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Information: Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user."
The new BoleroRemoting simple ignores Auhtorize and AuhtorizeWith and when I try to logout the site says: "One or more errors occurred. (Headers are read-only, response has already started.)"
How to reproduce:
Setup Bolero with the Template
Add "server=true" to AddBoleroHost in Startup.fs
Goto http://localhost:5000/data Expected behaviour: Website asks for login and password Actual behaviour: Booklist is shown and SignOut is not possible (see above)
The text was updated successfully, but these errors were encountered:
When setting AddBoleroHost(server=true) than ctx.Auhorize and ctx.AuthorzieWith are not working any more.
The old Remoting gives "Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Information: Authorization failed. These requirements were not met: DenyAnonymousAuthorizationRequirement: Requires an authenticated user."
The new BoleroRemoting simple ignores Auhtorize and AuhtorizeWith and when I try to logout the site says: "One or more errors occurred. (Headers are read-only, response has already started.)"
How to reproduce:
Expected behaviour: Website asks for login and password
Actual behaviour: Booklist is shown and SignOut is not possible (see above)
The text was updated successfully, but these errors were encountered: