简体   繁体   中英

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

Here is my authorize endpoint. When I run this I get errors like

Error 405 - Method Not Allowed

I have already setup wso2 identity server and admin console in my machine. Any reason for this error.

Use the following URL by replacing values for <client_id> , <redirect_uri> , and <scope> .

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

Refer https://is.docs.wso2.com/en/latest/learn/try-authorization-code-grant/ for more details.

http错误信息

when i run below link, this message appears. What is wrong here.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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