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
preguntada hace 9 meses835 visualizaciones
1 Respuesta
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
respondido hace 9 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas