diff --git a/content/guides/handling_data/globus_connect/linking_accounts_for_single_sign_on.md b/content/guides/handling_data/globus_connect/linking_accounts_for_single_sign_on.md index 9f4bead096e3a68dec9cb1336ad11e7e8f5988ed..d7a4155be51430b36be9871bb3021b7442712937 100644 --- a/content/guides/handling_data/globus_connect/linking_accounts_for_single_sign_on.md +++ b/content/guides/handling_data/globus_connect/linking_accounts_for_single_sign_on.md @@ -8,16 +8,19 @@ If you've chosen to create a Globus ID, you can link it to your NU campus creden 1. If you wish to have a Globus ID linked to your campus ID, you must [create one](https://www.globus.org/SignUp) first, if you have not already. Next, [sign into Globus](https://www.globus.org/SignIn) using your Globus ID. -2. Select 'Manage Identities' from the pull-down menu under your user name. -{{< figure src="/images/11633056.png" >}} +2. Select 'Account' from the left-sidebar menu. +{{< figure src="/images/accountButton.png" >}} -3. Click on '+ add linked identity' → 'Add Single Sign-On Identity', and select 'InCommon / CILogon' from the list of options. Click 'Proceed'. On the next screen, select 'University of Nebraska-Lincoln' as the identity provider, and then select 'Log On'. -{{< figure src="/images/11633097.png" >}} +3. Click on 'Link Another Identity'. +{{< figure src="/images/LinkIdentity.png" >}} -4. You will be redirected to a My.UNL login page. Enter your NU campus credentials and click 'LOG IN'. -{{< figure src="/images/11633098.png" >}} +4. On the next screen, select 'University of Nebraska-Lincoln' as the identity provider, and then select 'Continue'. +{{< figure src="/images/SelectUNL.png">}} -5. Finally, you will be directed back to your Globus account home page, and you should see the message that '*Your Globus account has been successfully linked to your InCommon / CILogon account and can now be used*'. +5. You will be redirected to a My.UNL login page. Enter your NU campus credentials and click 'LOG IN'. +{{< figure src="/images/UNLogin.png" >}} + +6. Finally, you will be directed back to your Globus account home page, and you should see your NU identity added to the list. --- From now on you can log in to Globus with just your NU campus @@ -25,9 +28,8 @@ credentials. To log in, do the following: 1. Go to the Globus [sign-in page](https://www.globus.org/signin). -2. If 'InCommon / CILogon' is not already chosen as the default identity provider, select it from the list of options under the 'alternate login' link. -{{< figure src="/images/11633122.png" >}} -Then click 'Proceed' and select the University of Nebraska-Lincoln from the list of institutions. Then click 'Log On'. +2. Select the University of Nebraska-Lincoln from the list of institutions. Then click 'Continue'. +{{< figure src="/images/Continue.png" >}} 3. You will be redirected to the My.UNL login page. Enter your NU campus credentials and then 'LOG IN'. (You might instead be directed to your Globus account - essentially skipping this step - if you have recently entered your campus credentials to log on to Globus). diff --git a/static/images/11633056.png b/static/images/11633056.png deleted file mode 100644 index 45b4e73c7efa1ba39646ccd1f7d4eb97dd84d2b3..0000000000000000000000000000000000000000 Binary files a/static/images/11633056.png and /dev/null differ diff --git a/static/images/11633097.png b/static/images/11633097.png deleted file mode 100644 index f24bf6cbe8741f775db26bd7067f6d11f5ba1bbd..0000000000000000000000000000000000000000 Binary files a/static/images/11633097.png and /dev/null differ diff --git a/static/images/11633098.png b/static/images/11633098.png deleted file mode 100644 index 0318c8a8ec4c5d875f10f1b5b07e032417e2ca30..0000000000000000000000000000000000000000 Binary files a/static/images/11633098.png and /dev/null differ diff --git a/static/images/11633122.png b/static/images/11633122.png deleted file mode 100644 index 4a6cc0e710990005ab1cffa6668663c2503fef1f..0000000000000000000000000000000000000000 Binary files a/static/images/11633122.png and /dev/null differ diff --git a/static/images/Continue.png b/static/images/Continue.png new file mode 100644 index 0000000000000000000000000000000000000000..907e6894ae6781810de76dd962000e9bdbce0ce8 Binary files /dev/null and b/static/images/Continue.png differ diff --git a/static/images/LinkIdentity.png b/static/images/LinkIdentity.png new file mode 100644 index 0000000000000000000000000000000000000000..15febc3995ac3e9fffff502442869e81ce6d8e4a Binary files /dev/null and b/static/images/LinkIdentity.png differ diff --git a/static/images/SelectUNL.png b/static/images/SelectUNL.png new file mode 100644 index 0000000000000000000000000000000000000000..56656cf53ce8a1fc8f2d993d34cdcb8287b412af Binary files /dev/null and b/static/images/SelectUNL.png differ diff --git a/static/images/UNLogin.png b/static/images/UNLogin.png new file mode 100644 index 0000000000000000000000000000000000000000..227238c8150d8c7625e41b89c2f94b5d16140266 Binary files /dev/null and b/static/images/UNLogin.png differ diff --git a/static/images/accountButton.png b/static/images/accountButton.png new file mode 100644 index 0000000000000000000000000000000000000000..ae0e7d6733040438514c79be89b857719e79844a Binary files /dev/null and b/static/images/accountButton.png differ