Other lead : did you clear your Maven repository (/root/.m2/repository/ in
Debian) before building 5.2.0 ?
Le vendredi 8 décembre 2017 14:29:26 UTC+1, Didier Capdevielle a écrit :
>
> HI,
> Not sure to well understand your problem.
> Building cas.war with cas-server-support-token (AND
> cas-server-support-token-webflow is it necessary ?) dependencies seems to
> work well with Cas 5.2.0 maven overlay.
> For me problems happen with json file configuration in registry.
> First time, json file directory was not taken in account (????)
> Second time, problem in evaluationOrder (here, it's my fault).
> I'm not a specialist. Sorry if i am out of your mind.
>
> In 5.1.6, i can't make JWT Service ticket works. I can't configure service
> in registry (json file) or may be it is in cas.properties.
> Where did you find sample and/or documentation (apart Apereo) ?
>
> Best regards,
>
> Le mardi 5 décembre 2017 07:44:17 UTC+1, hadi a écrit :
>>
>> Hi
>>
>> when i download Cas 5.2.0 maven overlay and add my recent dependencies
>> the cas-server-support-token jar file does not resolve for 5.2.0 version
>> I added below dependencies :
>>
>> <dependencies>
>> <dependency>
>> <groupId>org.apereo.cas</groupId>
>> <artifactId>cas-server-webapp${app.server}</artifactId>
>> <version>${cas.version}</version>
>> <type>war</type>
>> <scope>runtime</scope>
>> </dependency>
>> <dependency>
>> <groupId>org.apereo.cas</groupId>
>> <artifactId>cas-server-support-json-service-registry</artifactId>
>> <version>${cas.version}</version>
>> </dependency>
>> <dependency>
>> <groupId>org.apereo.cas</groupId>
>> <artifactId>cas-server-support-ldap</artifactId>
>> <version>${cas.version}</version>
>> </dependency>
>> <dependency>
>> <groupId>org.apereo.cas</groupId>
>> <artifactId>cas-server-support-hazelcast-ticket-registry</artifactId>
>> <version>${cas.version}</version>
>> </dependency>
>> <dependency>
>> <groupId>org.apereo.cas</groupId>
>> <artifactId>cas-server-core-logout</artifactId>
>> <version>${cas.version}</version>
>> </dependency>
>>
>> <dependency>
>> <groupId>org.apereo.cas</groupId>
>> <artifactId>cas-server-support-token</artifactId>
>> <version>${cas.version}</version>
>> </dependency>
>> </dependencies>
>>
>> I want to use jwt service ticket and because of that i added
>> cas-server-support-token as cas document but i think there is no specified
>> version for that
>> anybody knows what happend ?
>> thanks
>>
>>
>
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/be5f76d9-f2cc-42df-8256-6720d6f2dd08%40apereo.org.