Skip to content

Commit

Permalink
Set correct logout url
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Jun 27, 2024
1 parent 11f5d43 commit 6c90bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mailer_password=null
secret=ThisTokenIsNotSoSecretChangeIt
session_max_absolute_lifetime=3600
session_max_relative_lifetime=600
logout_redirect_url='https=//www.surf.nl/over-surf/werkmaatschappijen/surfnet'
logout_redirect_url='https://www.surf.nl/over-surf/werkmaatschappijen/surfnet'
# All users in these teams get the administrator role
administrator_teams="'urn:collab:group:dev.openconext.local:dev:openconext:local:spd_admin'"
saml_sp_publickey='%kernel.project_dir%//vendor/surfnet/stepup-saml-bundle/src/Resources/keys/development_publickey.cer'
Expand Down
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ session_max_absolute_lifetime=3600
## session_max_relative_lifetime maps to gc_maxlifetime: after n seconds of inactivity, the sessions is invalidated
session_max_relative_lifetime=600

logout_redirect_url='https=//www.surf.nl/over-surf/werkmaatschappijen/surfnet'
logout_redirect_url='https://www.surf.nl/over-surf/werkmaatschappijen/surfnet'

# All users in these teams get the administrator role
administrator_teams="'urn:collab:group:dev.openconext.local:dev:openconext:local:spd_admin'"
Expand Down

0 comments on commit 6c90bec

Please sign in to comment.