Share via

AD FS Endpoints Missing

Anonymous
2024-12-05T17:27:19+00:00

The endpoints /token and /authorize for OAuth2 are not available in AD FS Management -> Services -> Endpoints, making it impossible to use OAuth2 with third-party applications.

The only endpoints related to OAuth2 are:

OAuth2:

  • /adfs/oauth2
  • /adfs/oauth2/deviceauth

OpenID Connect:

  • /adfs/.well-known/openid-configuration
  • /adfs/discovery/keys
  • /adfs/userinfo

All these endpoints are enabled, and the endpoint /adfs/.well-known/openid-configuration returns the following:

"authorization_endpoint": "https://mydomain.com/adfs/oauth2/authorize/",
"token_endpoint": "https://mydomain.com/adfs/oauth2/token/"

However, I cannot access the /authorize and /token endpoints directly.

Is it necessary to install any additional plugins to enable access to these endpoints?

Windows for business | Windows Server | Directory services | Active Directory

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-12-06T01:16:51+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    From the description above, I understand your question is related to AD FS.

    Since there are no engineers dedicated to AD FS in this forum. in order to be able to get a quick and effective handling of your issue, I recommend that you repost your question in the Q&A forum, where there will be a dedicated engineer to give you a professional and effective reply.

    Here is the link for Q&A forum.

    Questions - Microsoft Q&A

    Click the "Ask a Question" button in the upper right corner to post your question and type "AD FS" tag and select any tags related to your productions.

    I hope the information above is helpful.

    Best Regards,

    Yanhong Liu

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments