%
# Copyright (C) 2015 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see .
%>
<%= mt(<<~TEXT, metadata_url: link_to(aac.entity_id, aac.entity_id))
The Canvas SAML Entity ID is %{metadata_url}, and the Service Provider metadata
is available at that URL.
TEXT
%>
<% css_bundle :saml_fields %>
<%= t(<<~TEXT)
Provide a URI to your IdP's metadata to automatically populate the other
fields. If your school is part of InCommon or the UK Access Management
Federation, specify urn:mace:incommon or http://ukfederation.org.uk,
respectively, for the metadata URI, and also provide your school's entity ID.
TEXT
%>