Home > OS >  Can I use Google authentication with AZ Static Web Apps?
Can I use Google authentication with AZ Static Web Apps?

Time:12-16

We have an Angular app uses Google's user authentication login. Per API Integrated security, believe it means we can use it but not required to. In other words, we still can use non-pre-configured providers outside of AZ Directory, GitHub and Twitter.

For example, we can continue using Angular's sessionStorage and interceptor, etc.

CodePudding user response:

Yes, you can use Google authentication with Azure Static web apps. custom Authentication using OpenID is supported. Refer details here

  • Related