This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/authentik/providers/oauth2
Jens L f6181ceb70
providers/oauth2: correctly advertise code_challenge_methods_supported (#6007)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-06-19 21:26:33 +02:00
..
api providers: fix authorization_flow not required in API (#4932) 2023-03-13 23:36:24 +01:00
migrations providers/proxy: fix panic when claims in session were nil (#5569) 2023-05-10 20:58:44 +02:00
tests providers/oauth2: launch url: if URL parsing fails, return no launch URL (#5918) 2023-06-09 21:56:34 +02:00
views providers/oauth2: correctly advertise code_challenge_methods_supported (#6007) 2023-06-19 21:26:33 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
constants.py providers/oauth2: correctly advertise code_challenge_methods_supported (#6007) 2023-06-19 21:26:33 +02:00
errors.py providers/oauth2: OpenID conformance (#4758) 2023-02-23 15:26:41 +01:00
id_token.py *: use dataclass slots wherever applicable (#6005) 2023-06-19 18:31:07 +02:00
models.py providers/oauth2: launch url: if URL parsing fails, return no launch URL (#5918) 2023-06-09 21:56:34 +02:00
urls.py api: modular urls (#5551) 2023-05-09 14:46:47 +02:00
urls_root.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
utils.py ci: fix pyright errors (#5392) 2023-04-27 17:33:47 +03:00