oauth 2.0 - Connection refused in wso2 playground2 sample -


i doing playground2 sample of wso2 post. generating access token having problem when accessing userinfo. it's saying connection refused. using wso2is-5.0.0

thank you

you can use below curl command call userinfo endpoint , if need more details can use url.

curl -k -h "authorization: bearer <paste_access_token>"   https://localhost:9443/oauth2/userinfo?schema=openid 

plus need adding claims in oauth service provider side , more details in offcial wso2 document.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -