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/tests/e2e
Jens L 509b502d3c
providers/oauth2: offline access (#8026)
* improve scope check (log when application requests non-configured scopes)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add offline_access special scope

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* ensure scope is set

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update tests for refresh tokens

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* special handling of scopes for github compat

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix spec

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* attempt to fix oidc tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* remove hardcoded slug

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* check scope from authorization code instead of request

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix injection for consent stage checking incorrectly

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2024-01-04 19:57:11 +01:00
..
__init__.py tests: move integration tests into separate folder, add separate pipeline task 2020-11-19 14:35:43 +01:00
docker-compose.yml tests: replace mailhog with mailpit (#5460) 2023-05-03 17:18:03 +03:00
test_flows_authenticators.py stages/authenticator: vendor otp (#6741) 2023-09-04 11:45:14 +02:00
test_flows_enroll.py root: partial Live-updating config (#5959) 2023-07-19 23:13:22 +02:00
test_flows_login.py flows: planner error handling (#4812) 2023-02-28 15:18:29 +01:00
test_flows_recovery.py root: partial Live-updating config (#5959) 2023-07-19 23:13:22 +02:00
test_flows_stage_setup.py flows: planner error handling (#4812) 2023-02-28 15:18:29 +01:00
test_provider_ldap.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00
test_provider_oauth2_github.py providers/oauth2: offline access (#8026) 2024-01-04 19:57:11 +01:00
test_provider_oauth2_grafana.py providers/oauth2: offline access (#8026) 2024-01-04 19:57:11 +01:00
test_provider_oidc.py providers/oauth2: offline access (#8026) 2024-01-04 19:57:11 +01:00
test_provider_oidc_implicit.py providers/oauth2: offline access (#8026) 2024-01-04 19:57:11 +01:00
test_provider_proxy.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00
test_provider_radius.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00
test_provider_saml.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00
test_source_ldap_samba.py sources/ldap: improve scalability (#6056) 2023-06-28 17:13:42 +02:00
test_source_oauth_oauth1.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00
test_source_oauth_oauth2.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00
test_source_saml.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00
utils.py tests/e2e: fix tests to work without docker network_mode host (#8035) 2024-01-01 21:08:40 +01:00