Okta 自省方法返回错误请求
Okta introspect method returning bad request
尝试post内省方法抛出错误请求错误:
"Bad request. Accept and/or Content-Type headers likely do not match supported values."
这是我正在打的url
..oauth2/v1/introspect?token_type_hint=access&token={token}&client_id={ClientId}&client_secret={ClientSecret}"
我正在设置 content-type 并接受 headers 到 "application/json"
如果这些不正确,则没有文档说明它们应该是什么。
Content-Type 需要 application/x-www-form-urlencoded。
尝试post内省方法抛出错误请求错误:
"Bad request. Accept and/or Content-Type headers likely do not match supported values."
这是我正在打的url
..oauth2/v1/introspect?token_type_hint=access&token={token}&client_id={ClientId}&client_secret={ClientSecret}"
我正在设置 content-type 并接受 headers 到 "application/json"
如果这些不正确,则没有文档说明它们应该是什么。
Content-Type 需要 application/x-www-form-urlencoded。