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
Is it possible to add multiple authentications or can we say (Authorization) types to Umbraco Application, in ASP.NET Core we Can just specify the required schema in AuthorizeAttribute like [Authorize(schema: "JwtBearerSchema")], how can we achieve this in ASP.NET Framework specifcly with Umbraco app (UmbracoIdentity)
thanks in advance
The text was updated successfully, but these errors were encountered:
Is it possible to add multiple authentications or can we say (Authorization) types to Umbraco Application, in ASP.NET Core we Can just specify the required schema in AuthorizeAttribute like [Authorize(schema: "JwtBearerSchema")], how can we achieve this in ASP.NET Framework specifcly with Umbraco app (UmbracoIdentity)
thanks in advance
The text was updated successfully, but these errors were encountered: