Skip to content

Commit

Permalink
Make Stepup-RA logout redirect url independently configurable
Browse files Browse the repository at this point in the history
This allows redirecting to the gateway logout script from the RA. Requires ra_logout_redirect_url Ansible variable
  • Loading branch information
pmeulen committed Jan 31, 2024
1 parent b426e0f commit 6e389c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/stepupra/templates/parameters.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ parameters:
asset_version: {{ appversion_sha }}

logout_redirect_url:
{% for key, value in logout_redirect_url.items() %}
{% for key, value in ra_logout_redirect_url.items() %}
{{ key }}: {{ value }}
{% endfor %}

Expand Down

0 comments on commit 6e389c6

Please sign in to comment.