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
asked 8 months ago774 views
1 Answer
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
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions