issues
search
zamzterz
/
Flask-pyoidc
Flask extension for using pyoidc as authentication for Flask apps.
Apache License 2.0
80
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
#178
dependabot[bot]
opened
1 month ago
0
[Question] Is the flask-pyoidc repository still actively maintained?
#177
maricaantonacci
opened
2 months ago
1
Problem: Incorrect redirect URL after successful login
#176
newbro
opened
7 months ago
3
Detailed error statuses
#175
azmeuk
opened
7 months ago
2
Invalid authorization headers raise an exception
#174
azmeuk
opened
7 months ago
1
Lazy Load Provider Config
#173
infohash
opened
8 months ago
5
Resolve post logout redirect URIs for routes created by blueprints
#172
infohash
opened
8 months ago
0
Pass the configuration options in `init_app`
#171
azmeuk
opened
8 months ago
4
Keycloak connection being dropped
#170
fvde
closed
8 months ago
0
Fixed bug when server is behind a proxy
#169
GramThanos
closed
1 year ago
2
Flow error - Grant-Type defaulting to Authorization Token instead of implicit when response_type set as id_token
#168
cpawlenok
closed
1 year ago
2
Provide a way to check for access token, but not require it
#167
santtu
opened
1 year ago
3
Fixed handle provider config for dynamic discovery
#166
infohash
closed
1 year ago
1
Migrate from legacy API of importlib_resources.
#165
zamzterz
closed
1 year ago
0
Duplicate call to handle_provider_config causing duplicate keys being loaded in keyjar
#164
kerim1
closed
1 year ago
3
BaseSettings has been moved to the pydantic-settings
#163
craftypenguins-chris
closed
1 year ago
3
Bump oic dependency to fix pydantic incompatibility
#162
ThoreKr
closed
1 year ago
2
Added JWT Verification In token_auth
#161
infohash
opened
1 year ago
0
Fix version conflict
#160
infohash
closed
1 year ago
1
Use Front Channel Logout Request For RP-Initiated Logout
#159
infohash
closed
1 year ago
1
Token is valid but required audience is missing
#158
gautierrog
opened
1 year ago
1
Example does not demonstrate the usage of OIDC_REDIRECT_URI?
#157
KaraRyougi
closed
1 year ago
1
Expired JWT tokens in session
#156
turboMaCk
closed
1 year ago
2
Add Support for python 3.11
#155
csfreak
closed
1 year ago
4
replace _app_ctx_stack with g for context storage
#154
csfreak
closed
1 year ago
1
Edited: If for some reason your OP uses cookies, cookies from the first authentication may break subsequent auth attempts in server-side calls to /token or /userinfo. Therefore, set a rule to block all cookies in a requests.Session object and pass that into your ProviderConfiguration declaration
#153
mikeam565
closed
1 year ago
1
Code cleanup: fix linting errors reported by Pylint.
#152
zamzterz
closed
1 year ago
0
Please upgrade oic to 1.5.0
#151
pkking
closed
1 year ago
3
Add Github Actions workflow for automatically releasing new versions.
#150
zamzterz
closed
1 year ago
0
Specify exact version of pyoidc for compatibility.
#149
zamzterz
closed
1 year ago
0
Add possibilityto to pass **kwargs to pyoidc
#148
h4ckd0tm3
closed
1 year ago
11
Verify IDToken fails "Issued in the future"
#147
h4ckd0tm3
closed
1 year ago
0
Sdist request
#146
pkking
closed
1 year ago
2
Continue Maintaining This Extension
#145
infohash
closed
1 year ago
3
Extra args for token request
#144
pkking
closed
1 year ago
1
How to configure redirect URI in multi-domain setup?
#143
data-henrik
closed
1 year ago
1
[Bug] Fixed Redirect URI corruption
#142
infohash
closed
1 year ago
1
Provide option for discovery URI
#141
arajcok
closed
1 year ago
2
Drop support for Python 3.6.
#140
zamzterz
closed
2 years ago
0
Revokes Custom Access Tokens Issued To The User
#139
infohash
closed
2 years ago
1
Added caching for token introspection request
#138
infohash
closed
1 year ago
5
Session remains authenticated when session_refresh_interval_seconds is None and the access token in cookies is expired
#137
infohash
closed
2 years ago
6
[RFC-7009] Token Revocation
#136
infohash
closed
2 years ago
14
Can you fork pyoidc for the time being until its maintainers resolve PRs on which our PR depends?
#135
infohash
closed
2 years ago
3
Post authentication function
#134
infohash
closed
2 years ago
14
Logout Uninitialized Session Errors
#133
ThoreKr
closed
2 years ago
4
Delegated all requests to pyoidc library
#132
infohash
closed
2 years ago
8
Why id_token_jwt is stored in session when id_token is already there?
#131
infohash
closed
2 years ago
1
fixed typo
#130
infohash
closed
2 years ago
1
Added test paramters for scope in client_credentials_grant
#129
infohash
closed
2 years ago
0
Next