JSON Web Tokens (JWT) provide a robust and widely adopted means of authenticating access to APIs. JWT serves as a secure tokenization method, encapsulating user claims and information in a compact, self-contained format. Thus, we can use JWT to access Jira/Confluence APIs without sharing the login credentials.
This guide will walk you through the steps to configure authentication through JWT.
Field | Value |
Provider Name | Enter the OAuth provider name Note: This is for readability purposes, and has no role in validating tokens. |
Public key | Enter the public that will be used to decode the token Eg. -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFA AOCAQ8…………………………………UMc0/8 xpI4QIDAQAB -----END PUBLIC KEY----- |
Username Attribute | Enter the attribute in the payload that will contain the username |
Field | Value |
Provider Name | Enter the OAuth provider name Note: This is for readability purposes, and has no role in validating tokens. |
Username Attribute | Enter the attribute in the payload that will contain the username |
Authorization URL | Enter the authorization URL from the provider to the authorization code
Eg. https://{providerURL}/oauth2/v1/authorize Note: URL pattern might change for different providers |
Token URL | Enter the authorization URL from the provider to fetch the token
Eg. https://{providerURL}/oauth2/v1/token Note: URL pattern might change for different providers |
Introspection Endpoint | Enter the introspection endpoint using which the token will be validated Eg. https://{providerURL}/oauth2/default/v1/introspect Note: URL pattern might change for different providers |
Client ID | Enter the Client ID given by the provider |
State | Enter state if required by provider |
Scope | Enter scope allowed by the provider Eg. openid email profile |
🎊 Test Successful! You can proceed further.
Need Help?
If you encounter any difficulties configuring add-ons, please contact us at atlassiansupport@xecurify.com or raise a support ticket here.
Thank you for your response. We will get back to you soon.
Something went wrong. Please submit your query again
Jira SAML SSO application enables SSO for Jira Software and Jira Service Desk.
Know MoreSecure your Jira Service Management with OAuth/OpenID Connect SSO.
Know MoreEnable 2FA/MFA for users & groups and let users configure 2FA during their first login.
Know MoreBulk Activate, De-activate and Delete inactive users and save the license for Jira.
Know MoreIf you don't find what you are looking for, please contact us at support-atlassian@miniorange.atlassian.net or raise a support ticket here.