Skip to content

Instantly share code, notes, and snippets.

@dilin993
Last active July 31, 2018 12:14
Show Gist options
  • Save dilin993/1d0268d795bd2069b3414eb4af452ce5 to your computer and use it in GitHub Desktop.
Save dilin993/1d0268d795bd2069b3414eb4af452ce5 to your computer and use it in GitHub Desktop.
<!-- Supported Response Types for Hybrid flow -->
<SupportedResponseType>
<ResponseTypeName>code token</ResponseTypeName>
<ResponseTypeHandlerImplClass>org.wso2.carbon.identity.oauth2.authz.handlers.HybridResponseTypeHandler</ResponseTypeHandlerImplClass>
</SupportedResponseType>
<SupportedResponseType>
<ResponseTypeName>code id_token</ResponseTypeName>
<ResponseTypeHandlerImplClass>org.wso2.carbon.identity.oauth2.authz.handlers.HybridResponseTypeHandler</ResponseTypeHandlerImplClass>
</SupportedResponseType>
<SupportedResponseType>
<ResponseTypeName>code id_token token</ResponseTypeName>
<ResponseTypeHandlerImplClass>org.wso2.carbon.identity.oauth2.authz.handlers.HybridResponseTypeHandler</ResponseTypeHandlerImplClass>
</SupportedResponseType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment