Stuck between two errors in an Azure OAuth2 token request

后端 未结 3 818
不知归路
不知归路 2021-01-04 18:25

I am implementing an OAuth2 provider for OWIN and Azure Active Director. FWIW, at this time the OpenId Connect option doesn\'t fit the requirements for this work.

I

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-04 19:07

    Using the "openid" scope in the authorization request should trigger an OpenID Connect flow that would return an id_token and does not require a resource.

提交回复
热议问题