Blazor WebAssembly + Amazon Cognito

后端 未结 3 1294
离开以前
离开以前 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条回答
  •  青春惊慌失措
    2020-12-10 23:54

    I ended up switching from Cognito to Auth0 and upgrading from Api Gateway's RestApi to HttpApi, which includes built in JWT authorizer, and I am very happy with the change. Cognito just had too many problems in the end, but if someone is determined to get it to work check @aguafrommars's comments under the accepted answer.

提交回复
热议问题