Skip to content

Commit

Permalink
Myconext:
Browse files Browse the repository at this point in the history
- Use the engineblock entityID to tell shibboleth where to login after
   logging out
- Add missing config parameter
  • Loading branch information
quartje committed May 25, 2024
1 parent 052859f commit 66fa240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rp_origin: https://login.{{ myconext_base_domain }}
sp_redirect_url: https://mijn.{{ myconext_base_domain }}
sp_entity_id: {{ myconext.sp_entity_id }}
sp_entity_metadata_url: {{ myconext.sp_entity_metadata_url }}
guest_idp_entity_id: https://login.{{ myconext_base_domain }}
guest_idp_entity_id: https://engine.{{ base_domain }}/authentication/idp/metadata
my_conext_url: https://mijn.{{ myconext_base_domain }}
domain: {{ myconext_base_domain }}
mijn_eduid_entity_id: https://mijn.{{ myconext_base_domain }}/shibboleth
Expand Down Expand Up @@ -155,6 +155,7 @@ linked_accounts:
account_linking_context_class_ref:
linked_institution: https://eduid.nl/trust/linked-institution
validate_names: https://eduid.nl/trust/validate-names
validate_names_external: https://eduid.nl/trust/validate-names-external
affiliation_student: https://eduid.nl/trust/affiliation-student
profile_mfa: https://refeds.org/profile/mfa

Expand Down

0 comments on commit 66fa240

Please sign in to comment.