Federated login

From UFRC
Revision as of 12:29, 1 September 2022 by Magitz (talk | contribs)
Jump to navigation Jump to search

For users outside of the University of Florida, UF Research Computing has setup federated authentication so that users can access HiPerGator resources using their institutional credentials.

Note that the processes described on this page are for individual researchers only. Instructors and students in a course will be handled in a different mechanism.

Federated login is available for most InCommon member institutions, you can verify that your institution provides federated authentication using this page and looking for the "Federation" tag.

Establishing a HiPerGator Account Using Federated Credentials

COmanage registration

  1. Start here: https://federation.it.ufl.edu/registry/co_petitions/start/coef:6
  2. Select institution to log in with, which will forward you to your institution's single sign on (SSO) page.
    The COmanage registration page: enter your institution
  3. After logging in, you will be presented with a form and need to fill out the following info:
    The COmanage user registration page
    1. Given Name
    2. Family Name
    3. Email
    4. Organization (i.e. institution name)
    5. Select a sponsor from the drop down.
    6. Add any comments they think are helpful for UFRC staff.
    7. Click Submit
  4. An email will be sent to you for the next steps.

Create SSH keys and upload public key for access

Follow these instructions for creating a public/private key pair on your local computer depending on your OS:

The private key file should remain on your computer and not be shared with anyone. The public key file will be uploaded in the next step.

  1. After creating your SSH key and receiving the email invitation, click the link in the email
  2. Review the Terms and Conditions, click "I Agree" and "Submit".
  3. Click Choose File, select a public key (ends in .pub) and click "Upload"
  4. Once the SSH key has been uploaded, the account request process will proceed. The sponsor will be notified of the account request and will need to approve the request. At that point, the HiPerGator account can be created.
  5. Once your HiPerGator account has been created you will receive an email. At this point you will be able to connect to HiPerGator.

HiPerGator SSH Access via eduVPN

In order to access HiPerGator via SSH with a federated account you will need to connect via eduVPN.

  1. Download the latest version of the eduVPN client from https://www.eduvpn.org/client-apps/ and install it.
  2. After installing the eduVPN client, open the application.
  3. Search for and select the University of Florida. You will be presented with an InCommon login page.
  4. Select your institution from the dropdown and click Select. This will forward you to your institution's SSO page.
  5. After logging in, approve eduVPN access. You will now be connected to our instance of eduVPN.
  6. SSH to hpg.rc.ufl.edu using your SSH key:
    1. Your username will be indicated in the email you receive when your account is created.
    2. For command line: ssh -p 2222 username@hpg.rc.ufl.edu
    3. For additional details, see Using SSH Keys To Access HPG