Skip to content

Commit

Permalink
Addd fallback option for manage usage in myconext
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Oct 11, 2023
1 parent a46bcff commit 1611a19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/myconext-server/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ manage:
username: myconext
password: "{{ manage_myconext_secret }}"
base_url: "https://manage.{{ base_domain }}"
enabled: True
# Can also be a https url
fallback_url: "classpath:metadata/sp-names.json"

base_domain: {{ myconext_base_domain }}
saml_metadata_base_path: https://login.{{ myconext_base_domain }}
Expand Down

0 comments on commit 1611a19

Please sign in to comment.