首页 > 解决方案 > 如何确定身份验证框架是什么?

问题描述

我正在尝试在 MFA 环境中的单点登录中从 OData REST API 检索数据。

关键障碍之一似乎是我必须知道我的授权框架是什么,以及如何使用它。

我如何识别这个?

在桌面登录有这样的 URL:

https://login.microsoftonline.com/....../oauth2/authorize?
client_id=.......&
response_mode=form_post&
protectedtoken=true&
response_type=code%20id_token&
resource=.......&scope=openid&
nonce=..................................&
redirect_uri=https...........................&
claims=...........&
wsucxt=1&
cobrandid=............&
client-request-id=...........&
sso_reload=true

标签: restauthorization

解决方案


推荐阅读