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