markocupic / swiss-alpine-club-contao-login-client-bundle
Contao SSO Login Client for OIDC Server at Swiss Alpine Club
Installs: 772
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 3
Open Issues: 0
Type:contao-bundle
Requires
- php: ^8.3
- codefog/contao-haste: ^5.1
- contao/core-bundle: ^5.3
- league/oauth2-client: ^2.6
- markocupic/contao-twig-assets: ^1.0
- markocupic/sac-event-tool-bundle: *
- ramsey/uuid: ^4.0
- symfony/asset: ^6.0 || ^7.0
- symfony/webpack-encore-bundle: ^v2.0
Requires (Dev)
- contao/easy-coding-standard: ^5.0
- contao/manager-plugin: ^2.3.1
- contao/test-case: ^4.6
- phpunit/phpunit: ^9.3
- symfony/phpunit-bridge: ^5.4
- dev-hitobito
- 3.x-dev
- 3.0.19
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.1.30
- 2.1.29
- 2.1.28
- 2.1.27
- 2.1.26
- 2.1.25
- 2.1.24
- 2.1.23
- 2.1.22
- 2.1.21
- 2.1.20
- 2.1.19
- 2.1.18
- 2.1.17
- 2.1.16
- 2.1.15
- 2.1.14
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.2.28
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.42
- 1.0.41
- 1.0.40
- 1.0.39
- 1.0.38
- 1.0.37
- 1.0.36
- 1.0.35
- 1.0.34
- 1.0.33
- 1.0.32
- 1.0.31
- 1.0.30
- 1.0.29
- 1.0.28
- 1.0.27
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0
This package is auto-updated.
Last update: 2025-01-07 12:27:40 UTC
README
SAC Login (OAuth2 client für Contao)
Diese Erweiterung für das Contao CMS ermöglicht die Implementierung des Single Sign-On Logins des Schweizerischen Alpen Clubs (SAC).
Siehe auch OAUTH-Dokumentation
SAC Mitglieder der Sektion können sich mit ihrer Mitgliedsnummer und ihrem Passwort, welches sie auf der Webseite des SAC Zentralverbandes verwalten, im Front- sowie im Backend anmelden.
Dependencies
Die Erweiterung besitzt folgende Abhängigkeiten:
Hilfe/HowTo
Konfiguration
Vor der Inbetriebnahme muss die App konfiguriert werden. Erstellen Sie dazu einen neuen Abschnitt in config/config.yaml.
sac_oauth2_client:
backend:
disable_contao_login: true ### Default to false
oidc:
# required
client_id: '### Get your client id form SAC Schweiz ###'
client_secret: '### Get your client secret form SAC Schweiz ###'
enable_backend_sso: true
# defaults
debug_mode: false
client_auth_endpoint_frontend_route: 'sac_login_redirect_frontend'
client_auth_endpoint_backend_route: 'sac_login_redirect_backend'
debug_mode: false # Log resource owners details (Contao backend log)
auth_provider_endpoint_authorize: 'https://sac-cas.puzzle.ch/oauth/authorizee'
auth_provider_endpoint_token: 'https://sac-cas.puzzle.ch/oauth/token'
auth_provider_endpoint_userinfo: 'https://sac-cas.puzzle.ch/de/oauth/profile'
auth_provider_endpoint_discovery: 'https://sac-cas.puzzle.ch/.well-known/openid-configuration'
auth_provider_endpoint_logout: 'https://ids01.sac-cas.ch/oidc/logout'
# optional frontend user settings
add_to_frontend_user_groups:
- 9 # Standard Mitgliedergruppe
auto_create_frontend_user: false
allow_frontend_login_to_sac_members_only: true
allow_frontend_login_to_predefined_section_members_only: true
allow_frontend_login_if_contao_account_is_disabled: false # Do not allow login if contao member account is disabled or login is set to false
allowed_frontend_roles:
- 'Group::SektionsMitglieder::Ehrenmitglied'
- 'Group::SektionsMitglieder::MitgliedZusatzsektion'
- 'Group::SektionsMitglieder::Mitglied
allowed_frontend_sac_section_ids:
- 4250 # Stammsektion
- 4251 # OG Surental
- 4252 # OG Napf
- 4253 # OG Hochdorf
- 4254 # OG Rigi
# optional backend user settings
auto_create_backend_user: false
allow_backend_login_to_sac_members_only: true
allow_backend_login_to_predefined_section_members_only: true
allow_backend_login_if_contao_account_is_disabled: false # Do not allow login if contao user account is disabled
allowed_backend_roles:
- 'Group::SektionsMitglieder::Ehrenmitglied'
- 'Group::SektionsMitglieder::MitgliedZusatzsektion'
- 'Group::SektionsMitglieder::Mitglied
allowed_backend_sac_section_ids:
- 4250 # Stammsektion
- 4251 # OG Surental
- 4252 # OG Napf
- 4253 # OG Hochdorf
- 4254 # OG Rigi