How can I customize basic authentication of Authorization code grant type
page. Any handlers I can override.

I tried to extend ExtendedAuthorizationCodeGrantHandler and overriding
validateGrant method, but when i click sign in the validateGrant method is
not invoking. Please see the configuration below.

 

In WSO2_HOME/repository/conf/identity/identity.xml I have changed handler to
my implementation please suggest any way to override authentication when I
click sign in.

 

            <SupportedGrantType>

                <GrantTypeName>authorization_code</GrantTypeName>

 
<!--GrantTypeHandlerImplClass>org.wso2.carbon.apimgt.keymgt.handlers.Extende
dAuthorizationCodeGrantHandler</GrantTypeHandlerImplClass-->

 
<GrantTypeHandlerImplClass>org.wso2.carbon.test.SSAuthorizationCodeGrantHanl
der</GrantTypeHandlerImplClass>

            </SupportedGrantType>

 



 

Thank You,

Shiva Kumar KR

_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to