From 75cdffb6513405a2eb5413bbb617a0bc1db5215b Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 15 Dec 2015 20:13:23 +0530 Subject: [PATCH] Adding device cloud grant type --- modules/distribution/src/repository/conf/identity.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/distribution/src/repository/conf/identity.xml b/modules/distribution/src/repository/conf/identity.xml index 0a1b4b55..a2bb26c0 100644 --- a/modules/distribution/src/repository/conf/identity.xml +++ b/modules/distribution/src/repository/conf/identity.xml @@ -151,6 +151,11 @@ iwa:ntlm org.wso2.carbon.identity.oauth2.token.handlers.grant.iwa.ntlm.NTLMAuthenticationGrantHandler + + devicecloud + org.wso2.carbon.devicemgt.grant.DeviceGrant + org.wso2.carbon.devicemgt.grant.DeviceGrantValidator +