IS /sign endpoint supported on Entra ID?

Navarro Gustavo 20 Reputation points
2024-12-26T15:05:29.71+00:00

Hello Team,

I am currently setting up OAuth2 on NETIQ SSPR for the Forgotten Password module, using Entra as the verification method.

According to the SSPR documentation, Entra needs to support the following endpoint for proper functionality:

"The remote OAuth server must support the non-standard /sign endpoint for this to work."

However, when I registered the SSPR application on Entra, I couldn't find any information or documentation regarding the /sign endpoint.

Could you please confirm if this endpoint is supported by Entra?

Regards,

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,899 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sanoop M 175 Reputation points Microsoft Vendor
    2024-12-27T07:38:38.9933333+00:00

    Hello @Navarro Gustavo,

    Thank you for posting your query on Microsoft Q&A.

    Based on your description, you are currently setting up OAuth2 on NETIQ SSPR for the Forgotten Password module, using Entra as the verification method and you want to know whether /sign endpoint is supported in Microsoft Entra ID or not.

    Please note that Online Service Provider(OSP) provides a non-standard OAuth 2.0 endpoint for signing additional data that can be passed during the grant request. The URL of the sign endpoint is: https://<serverip>/osp/a/TOP/auth/oauth2/sign.

    The sign endpoint helps to create a signed and encrypted data packet that can be used to supply data to other endpoints.

    The only endpoint with which the signed data is currently used is the grant endpoint when it is used with the authorization code grant and implicit grant types.

    Please note that there is no explicit /sign endpoint in Microsoft Entra ID.

    I hope this above information provided is helpful. Please feel free to reach out if you have any further questions.

    If the above answer is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".

    Thanks and Best Regards,

    Sanoop Mohan

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.