Skip to content

Commit

Permalink
Revert "Myconext: Still uses an SP specific metadata endpoint"
Browse files Browse the repository at this point in the history
This reverts commit d3a83ec.
  • Loading branch information
quartje committed May 25, 2024
1 parent d3a83ec commit 052859f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/myconext/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
OPENCONEXT_ENGINE_LOGOUT_URL: "https://engine.{{ base_domain }}/logout"
OPENCONEXT_HELP_EMAIL: "{{ support_email }}"
SHIB_ENTITYID: "https://mijn.{{ myconext_base_domain }}/shibboleth"
SHIB_REMOTE_ENTITYID: "https://login.{{ myconext_base_domain }}"
SHIB_REMOTE_METADATA: "{{ shibboleth_metadata_sources.my_conext_idp }}"
SHIB_REMOTE_ENTITYID: "https://engine.{{ base_domain }}/authentication/idp/metadata"
SHIB_REMOTE_METADATA: "{{ shibboleth_metadata_sources.engine }}"

- name: Create the account gui
community.docker.docker_container:
Expand Down

0 comments on commit 052859f

Please sign in to comment.