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 個月前檢視次數 835 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南