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:
Jack Carter
2025-10-15 14:05:16 +02:00
committed by GitHub
parent 117a3ce3eb
commit 32885744ce
3 changed files with 40 additions and 0 deletions

View File

@@ -162,3 +162,43 @@ We recommend using a secure channel to share the Clients secret. You can send
https://onetimesecret.com/en/ <br/>
https://password.link/en
</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 Clients 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>