mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
Add jumpcloud idp sso (#453)
* Add files via upload * Update single-sign-on.mdx * Update single-sign-on.mdx * Update single-sign-on.mdx * Update single-sign-on.mdx
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 230 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 294 KiB |
@@ -162,3 +162,43 @@ We recommend using a secure channel to share the Client’s secret. You can send
|
|||||||
https://onetimesecret.com/en/ <br/>
|
https://onetimesecret.com/en/ <br/>
|
||||||
https://password.link/en
|
https://password.link/en
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
|
### JumpCloud
|
||||||
|
|
||||||
|
1. Access the JumpCloud and navigate to USER AUTHENTICATION > SSO Applications
|
||||||
|
|
||||||
|
2. Click + Add New Application, select Custom Application and click Next
|
||||||
|
|
||||||
|
3. Enable Manage Single Sign-On (SSO), select Configure SSO with OIDC and click Next
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<img src="/docs-static/img/how-to-guides/single-sign-on/jumpcloud-idp/jumpcloud-sso.png" alt="jumpcloud" className="imagewrapper-big"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
4. Add NetBird as Display Label and click Next. Optionally, you can enter a Description, adjust the User Portal Image and choose to hide or Show in User Portal.
|
||||||
|
|
||||||
|
5. Review the application setting and click Configure Application to proceed
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<img src="/docs-static/img/how-to-guides/single-sign-on/jumpcloud-idp/jumpcloud-sso-config.png" alt="jumpcloud-idp" className="imagewrapper-big"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
6. On the New Application screen, go to the SSO tab and under Endpoint Configuration set the following values:
|
||||||
|
|
||||||
|
- Redirect URIs: https://login.netbird.io/login/callback
|
||||||
|
|
||||||
|
- Login URL: https://app.netbird.io
|
||||||
|
|
||||||
|
7. Under Attribute Mapping enable Email and Profile scopes
|
||||||
|
|
||||||
|
8. Go to the User Groups and select the list of groups to which you want to give access to the application and then click activate
|
||||||
|
|
||||||
|
9. Record the Client ID and Client Secret that JumpCloud generates for your application.
|
||||||
|
|
||||||
|
10. Share your Client ID, and Client Secret with our team. Please use a secure method for sharing this information.
|
||||||
|
|
||||||
|
<Note>
|
||||||
|
We recommend using a secure channel to share the Client’s secret. You can send a separate email and use a secret sharing service like: <br/>
|
||||||
|
- https://onetimesecret.com/en/ <br/>
|
||||||
|
- https://password.link/en <br/>
|
||||||
|
</Note>
|
||||||
|
|||||||
Reference in New Issue
Block a user