Blazor 8 interactive server with MFA

Hi there! Does anybody have an example of Blazor interactive server (.net 8 or higher) with OKTA OIDC authentication and MFA? I am using Okta.AspNetCore package. Getting the following error {“errorCode”:“E0000022”,“errorSummary”:“The endpoint does not support the provided HTTP method”,“errorLink”:“E0000022”,“errorId”:“oaeWca2Qd69T7q_ERYskcWmpw”,“errorCauses”:}

and cannot figure it out. My static server (builder.Services.AddServerSideBlazor()) works fine. Is it an antiforgery middleware issue?

Thanks in advance

Can you tell which endpoint is returning that error message?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.