We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499649f commit 594f254Copy full SHA for 594f254
1 file changed
src/Altinn.App.Api/Controllers/RedirectController.cs
@@ -16,7 +16,7 @@ namespace Altinn.App.Api.Controllers
16
/// <summary>
17
/// Controller for redirect and validation of URL
18
/// </summary>
19
- [Authorize]
+ [AllowAnonymous]
20
[AutoValidateAntiforgeryTokenIfAuthCookie]
21
[Route("{org}/{app}/api/v1/redirect")]
22
[ApiController]
0 commit comments