Documentation Index

Fetch the complete documentation index at: https://docs.document360.com/llms.txt

Use this file to discover all available pages before exploring further.

JWT issues

Prev Next

If you encounter issues during the JWT SSO setup, refer to the following common errors and their solutions:

401-unauthorized error when testing JWT in Postman

Error: 401 Unauthorized error

If you encounter a 401 Unauthorized error while testing JWT (JSON Web Token) using Postman, this typically occurs because the authorization settings are not configured correctly.

Steps to resolve:

To resolve this error,

  1. In Postman, open the request you are testing.

  2. Navigate to the Authorization tab.

  3. Set the authorization type to Basic Auth.

  4. In the Username field, enter the Client ID.

  5. In the Password field, enter the Client Secret.

  6. Go to the Body tab.

  7. Select the raw option from the dropdown and ensure the format is set to JSON.

  8. Add the required JSON payload for the API request.

  9. Click Send to execute the request.

Check the response for the expected results. If the request is successful, you should receive an auth code or token in the response.


JWT login issue: Unauthorized access

Error: Sorry, you're not authorized to access this documentation. Invalid authentication code.

You might encounter this error when logging in to the Knowledge base site using the JWT configured for reader accounts in the project due to unauthorized access.

Steps to resolve:

  1. Check if the issue is widespread or isolated: Determine whether the problem affects all readers in the project or is specific to readers from a particular region or network.

    For issues affecting a specific user:

    1. Ask the user to log in using an incognito/private browsing panel.

    2. Try accessing the site using a different internet connection.

    3. Attempt logging in from another device to identify if the issue is device-specific.

    If the issue persists after following these steps, please contact the Document360 support team for further assistance: Contact Document360 Support

    Provide the following details:

    • A generated product log file. For instructions, read the article on Generating a HAR File.

    • A screen recording that demonstrates the issue in detail.