Questions tagged [flask-oidc]

Flask-OIDC is an extension to Flask that allows you to add OpenID Connect based authentication to your website.

Links

17 questions
0
votes
1 answer

Keycloak Gitpod Flask OIDC: oauth2client.client.FlowExchangeError: Invalid response: 301

I'm trying to implement Flask-OIDC and Keycloak in a Flask app run inside a Gitpod workspace. I'm running the application and the Keycloak server like this: ./keycloak-11.0.3/bin/standalone.sh -b 0.0.0.0 -bmanagement 0.0.0.0 & flask run…
5eb
  • 14,798
  • 5
  • 21
  • 65
0
votes
1 answer

Flask OIDC with Keycloak returning None when trying to get 'openid_id' and 'role' fields

I'm trying to build some test applications using Flask-ODBC + Keycloak. I successfully started Keycloak, created a Realm, a role and an user to who this role is assigned. Now I'm trying to get the 'role' and 'openid_id' fields from the OpenIDConnect…
1
2