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/sources/oauth
Denis Teyssier 37346763dc
sources/oauth: Updating token url to new google url (#1397)
the present url goes to a 404
google openid (https://accounts.google.com/.well-known/openid-configuration) says the new url is `https://oauth2.googleapis.com/token`

not using the new url makes authentik fallback on the default auth flow
2021-09-15 09:15:19 +02:00
..
api sources/oauth: improve UI with prefilled urls (when customizable) and hiding provider type 2021-08-21 15:52:41 +02:00
clients *: remove string.format() 2021-09-14 12:06:47 +02:00
migrations sources/oauth: improve UI with prefilled urls (when customizable) and hiding provider type 2021-08-21 15:52:41 +02:00
tests *: fix tests not using APITestCase 2021-09-02 19:14:21 +02:00
types sources/oauth: Updating token url to new google url (#1397) 2021-09-15 09:15:19 +02:00
views sources/oauth: don't cancel flow when redirecting 2021-09-10 16:36:10 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py sources/plex: initial plex source implementation 2021-05-02 14:43:51 +02:00
exceptions.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
models.py sources/oauth: fix type lookup for openid not matching 2021-09-14 14:38:35 +02:00
urls.py build(deps-dev): bump pylint from 2.7.2 to 2.7.3 (#674) 2021-03-30 10:05:14 +02:00