Blazor: how to use AWS Cognito?

0

Where can I find any docs and examples: how to use AWS Cognito authentication in Blazor applications?

Oleg
已提问 9 个月前833 查看次数
1 回答
0

Amazon Cognito user pools act as an OIDC compliant Identity provider, on the Cognito side you can find documentation about setting up the user pool here: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html

For integration between Blazor WASM and Cognito you can follow the Blazor documentation for integrating Blazor with an OIDC Identity Provider which can be found here: https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/?view=aspnetcore-7.0

While these aren't specific guides to integrate the two, because both technologies implement a standard protocol (OIDC), they should be fully compatible.

AWS
已回答 9 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则