Last active
July 31, 2018 12:14
-
-
Save dilin993/1d0268d795bd2069b3414eb4af452ce5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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