繁体   English   中英

什么是 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

这是我的授权端点。 当我运行它时,我会收到类似的错误

错误 405 - 方法不允许

我已经在我的机器中设置了 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/

http错误信息

当我在链接下方运行时,会出现此消息。 这里有什么问题。

https://localhost:9443/oauth2/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_uri>&scope=

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM