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
gefragt vor 9 Monaten835 Aufrufe
1 Antwort
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
beantwortet vor 9 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen