A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
What are SecurityAccess rights for the site (available under CMS -> Admin -> Admin -> Config -> Access Rights)?
Hi.
I'm trying to use the [Authorize] and [AllowAnonymous] attributes in my EPiServer site.
All, of my controllers are marked with the [Authorize] attribute, except of one. This one is marked with the [AllowAnonymous] attribute. When I'm trying to access this controller without authenticating, I still get redirected to the login-screen.
This is (a part of) my code:
Any obvious mistakes?
// Anders