Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f474856

Browse files
committed
okta sso setup via saml
1 parent c3f0167 commit f474856

File tree

9 files changed

+45
-1
lines changed

9 files changed

+45
-1
lines changed

docs/programs/images/okta-1.png

16.5 KB
Loading

docs/programs/images/okta-2.png

43.4 KB
Loading

docs/programs/images/okta-3.png

36.6 KB
Loading

docs/programs/images/okta-4.png

167 KB
Loading

docs/programs/images/okta-5.png

269 KB
Loading

docs/programs/images/okta-6.png

80.9 KB
Loading

docs/programs/images/okta-7.png

57.8 KB
Loading

docs/programs/okta-saml-setup.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "Okta SSO Setup via SAML"
3+
path: "/programs/okta-sso-saml-setup.html"
4+
id: "programs/okta-sso-saml-setup"
5+
---
6+
7+
You can use your Okta credentials to sign in to HackerOne. To set up SSO via SAML for Okta:
8+
9+
1. Log in to Okta.
10+
2. Click the <b>Admin</b> button.
11+
12+
![okta admin button](./images/okta-1.png)
13+
14+
3. Click <b>+Add Application</b> under Shortcuts.
15+
16+
![okta shortcuts](./images/okta-2.png)
17+
18+
4. Search for the HackerOne application and click <b>Add</b>.
19+
20+
![add HackerOne in okta](./images/okta-3.png)
21+
22+
5. Select the options you'd like in your General Settings.
23+
24+
![okta general settings](./images/okta-4.png)
25+
26+
6. Click <b>Next</b>.
27+
7. Click <b>View Setup Instructions</b> on the Sing-On Options tab to open the "How to Configure SAML 2.0 for HackerOne" page. Keep this page open for setting up SAML for HackerOne in the later steps.
28+
29+
![okta saml 2.0](./images/okta-5.png)
30+
31+
8. Update the Credentials Details section and click <b>Done</b>.
32+
33+
![okta credentials details](./images/okta-6.png)
34+
35+
9. Assign the HackerOne application to the people or groups that should have access to the application on the Assignments tab.
36+
37+
![assign people/groups](./images/okta-7.png)
38+
39+
10. Open the HackerOne application in a new tab.
40+
11. Follow the SAML setup instructions [here](/programs/single-sign-on-sso-via-saml.html).
41+
* Copy the Single-Sign On URL and the X.509 Certificate from the “How to Configure SAML 2.0 for HackerOne” page that you accessed in step 7 and paste them in the corresponding fields during setup.

src/pages/programs/programs-nav.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
path: /programs/groups-and-permissions.html
8080
- title: Single Sign-On via SAML
8181
path: /programs/single-sign-on-sso-via-saml.html
82+
items:
83+
- title: Okta
84+
path: /programs/okta-sso-saml-setup.html
8285
- title: Two-Factor Authentication
8386
path: /programs/two-factor-authentication.html
8487
- title: Sessions
@@ -137,7 +140,7 @@
137140
path: /programs/embedded-submissions-form.html
138141
- title: API Tokens
139142
path: /programs/api-tokens.html
140-
- title: Airtable
143+
- title: Airtable
141144
path: /programs/airtable-integration.html
142145
- title: Assembla
143146
path: /programs/assembla-integration.html

0 commit comments

Comments
 (0)