ToolHub
中文
Light
GitHub
返回首页
/
安全编码
/
OAuth / OIDC Debugger
加载中...
OAuth / OIDC Debugger
复制
导出
https://idp.example.com/authorize?client_id=toolhub&response_type=code&scope=openid%20profile&redirect_uri=https://app.example.com/callback&state=abc&nonce=xyz
{ "issuerGuess": "https://idp.example.com/.well-known/openid-configuration", "endpoint": "https://idp.example.com/authorize", "params": { "client_id": "toolhub", "response_type": "code", "scope": "openid profile", "redirect_uri": "https://app.example.com/callback", "state": "abc", "nonce": "xyz" }, "warnings": [ "PKCE code_challenge not found" ] }