mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
changed configs to support custom grant type
This commit is contained in:
parent
d6695a9082
commit
2ca23cce29
@ -43,10 +43,11 @@
|
|||||||
"password":"admin",
|
"password":"admin",
|
||||||
"dynamicClientAppRegistrationServiceURL": "https://localhost:9443/dynamic-client-web/register",
|
"dynamicClientAppRegistrationServiceURL": "https://localhost:9443/dynamic-client-web/register",
|
||||||
"apiManagerClientAppRegistrationServiceURL": "https://localhost:9443/api-application-registration/register/tenants",
|
"apiManagerClientAppRegistrationServiceURL": "https://localhost:9443/api-application-registration/register/tenants",
|
||||||
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-carbon urn:ietf:params:oauth:grant-type:jwt-bearer",
|
"grantType": "password refresh_token urn:ietf:carbon:signed:grant-type:saml2-bearer urn:ietf:params:oauth:grant-type:jwt-bearer",
|
||||||
"tokenScope": "admin",
|
"tokenScope": "admin",
|
||||||
"callbackUrl": "https://localhost:9445/portal",
|
"callbackUrl": "https://localhost:9445/portal",
|
||||||
"saasApp":true
|
"saasApp":true,
|
||||||
|
"samlGrantTypeName": "urn:ietf:carbon:signed:grant-type:saml2-bearer"
|
||||||
},
|
},
|
||||||
"tokenServiceURL": "https://localhost:9443/oauth2/token"
|
"tokenServiceURL": "https://localhost:9443/oauth2/token"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
<after>//s:Server/s:OAuth/s:SupportedGrantTypes/s:SupportedGrantType[s:GrantTypeName='iwa:ntlm']</after>
|
<after>//s:Server/s:OAuth/s:SupportedGrantTypes/s:SupportedGrantType[s:GrantTypeName='iwa:ntlm']</after>
|
||||||
<value>
|
<value>
|
||||||
<![CDATA[<SupportedGrantType>
|
<![CDATA[<SupportedGrantType>
|
||||||
<GrantTypeName>urn:ietf:params:oauth:grant-type:saml2-carbon</GrantTypeName>
|
<GrantTypeName>urn:ietf:carbon:signed:grant-type:saml2-bearer</GrantTypeName>
|
||||||
<GrantTypeHandlerImplClass>org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.ExtendedSAML2BearerGrantHandler</GrantTypeHandlerImplClass>
|
<GrantTypeHandlerImplClass>org.wso2.carbon.device.mgt.oauth.extensions.handlers.grant.ExtendedSAML2BearerGrantHandler</GrantTypeHandlerImplClass>
|
||||||
<GrantTypeValidatorImplClass>org.wso2.carbon.identity.oauth.common.SAML2GrantValidator</GrantTypeValidatorImplClass>
|
<GrantTypeValidatorImplClass>org.wso2.carbon.identity.oauth.common.SAML2GrantValidator</GrantTypeValidatorImplClass>
|
||||||
</SupportedGrantType>]]></value>
|
</SupportedGrantType>]]></value>
|
||||||
|
|||||||
@ -43,10 +43,11 @@
|
|||||||
"password":"admin",
|
"password":"admin",
|
||||||
"dynamicClientAppRegistrationServiceURL": "https://localhost:9443/dynamic-client-web/register",
|
"dynamicClientAppRegistrationServiceURL": "https://localhost:9443/dynamic-client-web/register",
|
||||||
"apiManagerClientAppRegistrationServiceURL": "%https.host%/api-application-registration/register/tenants",
|
"apiManagerClientAppRegistrationServiceURL": "%https.host%/api-application-registration/register/tenants",
|
||||||
"grantType": "password refresh_token urn:ietf:params:oauth:grant-type:saml2-carbon urn:ietf:params:oauth:grant-type:jwt-bearer",
|
"grantType": "password refresh_token urn:ietf:carbon:signed:grant-type:saml2-bearer urn:ietf:params:oauth:grant-type:jwt-bearer",
|
||||||
"tokenScope": "admin",
|
"tokenScope": "admin",
|
||||||
"callbackUrl": "%https.host%/portal",
|
"callbackUrl": "%https.host%/portal",
|
||||||
"saasApp":true
|
"saasApp":true,
|
||||||
|
"samlGrantTypeName": "urn:ietf:carbon:signed:grant-type:saml2-bearer"
|
||||||
},
|
},
|
||||||
"tokenServiceURL": "https://localhost:9443/oauth2/token"
|
"tokenServiceURL": "https://localhost:9443/oauth2/token"
|
||||||
},
|
},
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -1529,7 +1529,7 @@
|
|||||||
<carbon.governance.version>4.7.0</carbon.governance.version>
|
<carbon.governance.version>4.7.0</carbon.governance.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management -->
|
||||||
<carbon.device.mgt.version>2.0.11-SNAPSHOT</carbon.device.mgt.version>
|
<carbon.device.mgt.version>2.0.12-SNAPSHOT</carbon.device.mgt.version>
|
||||||
<carbon.device.mgt.version.range>[2.0.0, 3.0.0)</carbon.device.mgt.version.range>
|
<carbon.device.mgt.version.range>[2.0.0, 3.0.0)</carbon.device.mgt.version.range>
|
||||||
|
|
||||||
<!-- IOT Device Management -->
|
<!-- IOT Device Management -->
|
||||||
@ -1539,7 +1539,7 @@
|
|||||||
<carbon.device.mgt.plugin.version>3.0.9-SNAPSHOT</carbon.device.mgt.plugin.version>
|
<carbon.device.mgt.plugin.version>3.0.9-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||||
|
|
||||||
<!-- API Management -->
|
<!-- API Management -->
|
||||||
<carbon.api.mgt.version>6.1.47</carbon.api.mgt.version>
|
<carbon.api.mgt.version>6.1.59</carbon.api.mgt.version>
|
||||||
<carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range>
|
<carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range>
|
||||||
|
|
||||||
<!-- Carbon Mediation -->
|
<!-- Carbon Mediation -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user