什么是 WSO2 oauth2 授权端点
What is WSO2 oauth2 authorize endpoint in
https://localhost:9443/authenticationendpoint/login.doresponse_type=code&client_id=myclient_id&scope=profile&redirect_uri=http://localhost/gatewaytest/Home/WsoCallBack
这是我的授权端点。当我 运行 时,我得到类似
的错误
Error 405 - Method Not Allowed
我已经在我的机器上设置了 wso2 身份服务器和管理控制台。
此错误的任何原因。
通过替换 <client_id>
、<redirect_uri>
和 <scope>
的值来使用以下 URL。
https://localhost:9443/oauth2/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_uri>&scope=<scope>
参考https://is.docs.wso2.com/en/latest/learn/try-authorization-code-grant/了解更多详情。
当我 运行 低于 link 时,会出现此消息。这里有什么问题。
https://localhost:9443/oauth2/authorize?response_type=code&client_id=&redirect_uri=&scope=
https://localhost:9443/authenticationendpoint/login.doresponse_type=code&client_id=myclient_id&scope=profile&redirect_uri=http://localhost/gatewaytest/Home/WsoCallBack
这是我的授权端点。当我 运行 时,我得到类似
的错误Error 405 - Method Not Allowed
我已经在我的机器上设置了 wso2 身份服务器和管理控制台。 此错误的任何原因。
通过替换 <client_id>
、<redirect_uri>
和 <scope>
的值来使用以下 URL。
https://localhost:9443/oauth2/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_uri>&scope=<scope>
参考https://is.docs.wso2.com/en/latest/learn/try-authorization-code-grant/了解更多详情。
当我 运行 低于 link 时,会出现此消息。这里有什么问题。
https://localhost:9443/oauth2/authorize?response_type=code&client_id=