Skip to content

V0.0.3 dev #4

Merged
merged 2 commits into from Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion assets/dsroot/custom-body.php
Expand Up @@ -5,7 +5,11 @@
<br /><?php echo getLocalString('header'); ?> <br /><br />

<div style="text-align:left;font-size:14px">
If you do not find your organization in this list, the other supported option is a Google account. You will find Google in the Identity Provider list. Please note that the old Internet2 SiteID is no longer available and those IDs no longer work.
If you do not find your organization in this list, there are two options:<br />
<ol>
<li>You can <a href='/Saml2/disco?entityID=https%3A%2F%2Fgoogle.cirrusidentity.com%2Fgateway'>login with your Google account</a>.<br /></li>
<li>You can <a href='https://internet2.idp.cirrusidentity.com/'>create an account at the Internet2 Guest System</a> and then use that account to login. <br /></li>
</ol>
</div>
<br />

Expand Down