verdan / flaskoidc

A wrapper of Flask with pre-configured OIDC support
Apache License 2.0
52 stars 35 forks source link

How to create a compatible OIDC provider on Google ? #22

Open corridordigital opened 2 years ago

corridordigital commented 2 years ago

Hi all ! I have been struggling with using Google as an authentication provider. Indeed, I've read many confusing things. So what Google Cloud Platform API should I use ? I tried Identity Platform but I don't seem to get the necessary information for configuring my client app using flaskoidc (Amundsen) ? Is there a simpler way of doing this with Google ? Thanks

verdan commented 2 years ago

@corridordigital have you tried this how-to article? https://medium.com/stemma/how-to-setup-oidc-authentication-in-amundsen-47f704345c1