-
Hi folks,
Looking to add Okta auth to an app as per: https://www.fullstackpython.com/blog/add-user-authentication-flask-apps-okta.html
But the Admin routes seem to be bypassing the `before_reque…
-
I see in the code that a memory based credential store is used by default and the existing docs mention in passing what to do but this is not clear to me. Could you document how to implement this vi…
-
I use flask-oidc with microsoft ADFS. I need to specify the `resource` parameter in the sent authorization URI like:
`
https://xyz.com/adfs/oauth2/authorize/?client_id=abc&redirect_uri=abc&scope=o…
-
I'm looking to use this with Hydra. When handling oidc_callback, I get an error:
```
127.0.0.1 - - [22/Nov/2017 17:48:25] "GET /oidc_callback?code=EOG_WJio6_5E632BPlq8AMbV7z_gwIKTbYWxz5NIvgw.ULGZ9…
ashic updated
6 years ago
-
There's no documentation on what config variables need to be set for OIDC to be used. Since local auth has been removed, these should be enumerated.
-
**Describe the bug**
AttributeError raised when importing: from authlib.integrations.flask_oauth2 import ResourceProtector
**Error Stacks**
```
File "/home//anaconda3/envs/taskapp/lib/pyth…
-
On Hubs I get this traceback sometimes:
```
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_requ…
-
Flask-oidc is using oauth2client:
https://github.com/googleapis/oauth2client
which seems to be deprecated, reasons here:
https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html…
-
I am trying to host a personal headscale with headscale-webui, with OIDC authentication with Azure AD. After config everything according to documentation, AAD prompts for incorrect redirect URI, whic…
-
I was wondering if you could please incorporate https://github.com/puiterwijk/flask-oidc/pull/72 and get a new build on PyPi? Last one was in April. Thank you!