|
|
|
@ -968,6 +968,11 @@
|
|
|
|
|
<version>${identity.inbound.auth.oauth.version}</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.identity.carbon.auth.jwt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.authenticator.signedjwt</artifactId>
|
|
|
|
|
<version>${identity.carbon.auth.jwt.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.httpcomponents.wso2</groupId>
|
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
@ -1147,6 +1152,7 @@
|
|
|
|
|
<carbon.identity.framework.version>5.6.89</carbon.identity.framework.version>
|
|
|
|
|
<identity.inbound.auth.oauth.version>5.3.1</identity.inbound.auth.oauth.version>
|
|
|
|
|
<carbon.identity.version.range>[5.2.0, 6.0.0)</carbon.identity.version.range>
|
|
|
|
|
<identity.carbon.auth.jwt.version>5.1.2</identity.carbon.auth.jwt.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Multi-tenancy -->
|
|
|
|
|
<carbon.multitenancy.version>4.6.1</carbon.multitenancy.version>
|
|
|
|
|