WSO2 OAuth2 全局范围
WSO2 OAuth2 global scope
在 IS 中,我通过调用 https://wso2is.local:9443/oauth2/authorize?response_type=id_token%20token&client_id=NgTICXFPYnt7ETUm6Fc8NMU8K38a&redirect_uri=http://wso2is.local:8080/playground2/oauth2client&nonce=abc&scope=openid+scope_1+scope_2+scope_3
[1].
检索令牌
但是当我尝试为所有范围获取令牌时,我的 url 变得很长。
我可以提出请求,例如 scope=openid+global
吗?
[1] https://docs.wso2.com/display/IS530/Implicit+Client+Profile+with+Playground
出于安全原因,不支持。颁发令牌时仅考虑请求的范围。
在 IS 中,我通过调用 https://wso2is.local:9443/oauth2/authorize?response_type=id_token%20token&client_id=NgTICXFPYnt7ETUm6Fc8NMU8K38a&redirect_uri=http://wso2is.local:8080/playground2/oauth2client&nonce=abc&scope=openid+scope_1+scope_2+scope_3
[1].
但是当我尝试为所有范围获取令牌时,我的 url 变得很长。
我可以提出请求,例如 scope=openid+global
吗?
[1] https://docs.wso2.com/display/IS530/Implicit+Client+Profile+with+Playground
出于安全原因,不支持。颁发令牌时仅考虑请求的范围。