Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.77 KB

authentication.md

File metadata and controls

18 lines (9 loc) · 1.77 KB

Authentication

Overview

To improve security and diminish delays in access, the new Pivotal Org is now SAML authenticated. What does this mean? In the vast majority of cases, you should not see any significant change to how you have interacted with your past orgs. The biggest changes you will see depends on how you are trying to access the system.

Authenticating through the UI

Initially, all users will need to authenticate their account through the GitHub UI by having an active Okta session in their browser. Once you have done this, you will need to re-authenticate every 24 hours, as the Okta session needs to be active in your browser to use GitHub’s UI.

Authenticating through the command line

Day to day, we know many of you operate with GitHub solely through the command line, and fortunately very little will change with how this works. If you are not currently aware how to generate a Personal Access Token for Github, please see their guide on generating Personal Access Tokens

A major difference is you will now need to initially authorize your Personal Access token for the /pivotal org (you may create a new one, or authorize an existing key for the new, SAML authenticated org). Instructions on how to authorize a Personal Access token can be found here: Authorizing a personal access token for use with a SAML single sign-on organization.

For more complete information on ways to authenticate in a SAML protected org please see GitHub’s SAML Authentication Guide.