簡體   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