netbird/infrastructure_files
Bethuel Mmbaga 7794b744f8
Add PKCE authorization flow (#1012)
Enhance the user experience by enabling authentication to Netbird using Single Sign-On (SSO) with any Identity Provider (IDP) provider. Current client offers this capability through the Device Authorization Flow, however, is not widely supported by many IDPs, and even some that do support it do not provide a complete verification URL.

To address these challenges, this pull request enable Authorization Code Flow with Proof Key for Code Exchange (PKCE) for client logins, which is a more widely adopted and secure approach to facilitate SSO with various IDP providers.
2023-07-27 11:31:07 +02:00
..
tests Refactor: Configurable supported scopes (#985) 2023-06-25 13:59:45 +02:00
base.setup.env Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
configure.sh Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
docker-compose.yml.tmpl Support authentication with client_secret (#936) 2023-06-07 16:00:04 +02:00
docker-compose.yml.tmpl.traefik Support authentication with client_secret (#936) 2023-06-07 16:00:04 +02:00
management.json.tmpl Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
nginx.tmpl.conf Added nginx template (#867) 2023-05-29 13:51:25 +02:00
setup.env.example Add PKCE authorization flow (#1012) 2023-07-27 11:31:07 +02:00
turnserver.conf.tmpl Updated self-hosted scripts and documentation (#249) 2022-03-05 11:20:04 +01:00
zitadel.sh Support IDP manager configuration with configure.sh (#843) 2023-06-02 17:34:36 +02:00