在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]检索令牌。
但是当我尝试为所有范围获取令牌时,我的网址变得很长。
我可以提出请求,例如scope=openid+global
吗?
[1] https://docs.wso2.com/display/IS530/Implicit+Client+Profile+with+Playground
答案 0 :(得分:0)
由于安全原因,不支持此功能。发出令牌时仅考虑请求的范围。