oauth2-proxy/providers
Chris 6e02bb496b
Extract Keycloak roles while creating a session from token (#1720)
* extract roles while creating session

* add test

* adjust changelog

* remove unused func

* shorten implementation

Co-authored-by: Christian Hirsch <christian.hirsch@nitrado.net>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2022-08-08 23:28:46 +01:00
..
adfs.go Support for passing through URL query parameters from /oauth2/start to the ID provider's login URL. 2022-02-19 16:11:09 +00:00
adfs_test.go Support for passing through URL query parameters from /oauth2/start to the ID provider's login URL. 2022-02-19 16:11:09 +00:00
auth_test.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
azure.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
azure_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
bitbucket.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
bitbucket_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
digitalocean.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
digitalocean_test.go
facebook.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
facebook_test.go
github.go Corrects request endpoint (#1650) 2022-05-25 20:05:12 +01:00
github_test.go Corrects request endpoint (#1650) 2022-05-25 20:05:12 +01:00
gitlab.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
gitlab_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
google.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
google_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
internal_util.go
internal_util_test.go
keycloak.go Unbreak oauth2-proxy for keycloak provider after 2c668a (#1502) 2022-05-29 11:08:04 +01:00
keycloak_oidc.go Extract Keycloak roles while creating a session from token (#1720) 2022-08-08 23:28:46 +01:00
keycloak_oidc_test.go Extract Keycloak roles while creating a session from token (#1720) 2022-08-08 23:28:46 +01:00
keycloak_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
linkedin.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
linkedin_test.go
logingov.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
logingov_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
nextcloud.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
nextcloud_test.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
oidc.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
oidc_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
provider_data.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
provider_data_test.go Support for passing through URL query parameters from /oauth2/start to the ID provider's login URL. 2022-02-19 16:11:09 +00:00
provider_default.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
provider_default_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
providers.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
providers_suite_test.go
providers_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
util.go Support for passing through URL query parameters from /oauth2/start to the ID provider's login URL. 2022-02-19 16:11:09 +00:00
util_test.go