Posts

Showing posts from November, 2017

Request Object Support for WSO2 Identity Server

Purpose of Request Object in OIDC Usually in OIDC the returning claims will be filtered from the requested scopes that is passed to the server as an query param with the authorization request. When it comes to wso2 IS server, it filters the requested claims both from the requested scopes defined with the authorization request and the requested claims that can be configured in service provider configurations. But if Request Object is associated with the authorization request, then the server will return the essential request object claims if those claims are requested from the scope. This request object can be either 1.  request parameter (Passed by value) 2.  request_uri parameter (Passed by reference) 'request' parameter As we previously discussed the main purpose of this parameter is for supporting to request some claims other than the default Userinfo and IdToken claim set which is associated with the requested scope. This parameter value can be a pure js