Blazor WebAssembly + Amazon Cognito

后端 未结 3 1291
离开以前
离开以前 2020-12-10 23:32

I would like to set up a Blazor client-side app with authentication through AWS Cognito.

When I run the app I\'m not redirected to

3条回答
  •  Happy的楠姐
    2020-12-10 23:54

    Had the same problem and switched out to Azure B2C which again resolved the issue. Appears to be a problem with the auth library when linking to AWS Cognito as the auth provider.

    Issues raised with MS - https://github.com/dotnet/aspnetcore/issues/22651

提交回复
热议问题