Hi,

This change was tested and works in pac4j applications. The issue in CAS is 
that there are conflicts regarding the Nimbus versions libraries.

Add this to make it work:

<dependency>
    <groupId>com.nimbusds</groupId>
    <artifactId>nimbus-jose-jwt</artifactId>
    <version>6.0.2</version>
</dependency>
<dependency>
    <groupId>com.nimbusds</groupId>
    <artifactId>oauth2-oidc-sdk</artifactId>
    <version>6.5</version>
</dependency>


Thanks.
Best regards,
Jérôme


Le mercredi 27 mars 2019 19:12:59 UTC+1, Paul Bransford a écrit :
>
> OK! Forcing pac4j 3.4.0 and then fixing my client name so it has no spaces 
> (pac4j 3.4.0 throws an error about that - i did make sure and this doesn't 
> matter regarding the error I see with 3.6.1) and CAS is now sending me 
> along to Azure.
>
> Granted, now I'm having problems azure-side but that's a whole different 
> subject.
>

-- 
- 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/0279f95b-b2ab-4c96-a8cb-c2facdf84311%40apereo.org.

Reply via email to