Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add single sing-on callout when adding an SSH key to GitHub #41

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions episodes/07-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,20 @@ settings page, click "SSH and GPG keys", on the left side "Access" menu. Click t
you can add the title (normally an ID for the computer storing the keys such as "Work Linux"),
paste your SSH key into the field, and click the "Add SSH key" to complete the setup.

::: callout

## Single sign-on (SSO)

If you are part of an organisation that requires single
sign-on (SSO) to access their GitHub organisation you
will need to authorise the key for use in the organisation.

Next to the newly created SSH key in the GitHub settings
click on "Configure SSO".
Find the organisation in the list and click on "Authorise".

:::

Now that we've set that up, let's check our authentication again from the command line.

```bash
Expand Down