[cas-user] Cannnot edit and create Service Definitions in MongoDB

2017-07-21 Thread Karl Banke
Hello all, I am using the MongoDB Service Registry. Reading from the registry works fine, also deletion of items is not a problem. However, when I try to create a new service or when I try to edit an existing service, I get the following error message. [1;31m2017-07-21 10:33:02,368 ERROR

[cas-user] Re: User Attributes for MongoDB Authentication not found (5.1.0)

2017-06-28 Thread Karl Banke
Now Using 5.2.0-RC1-SNAPSHOT for another reason. I debugged the login process. - The profile is created in by the profile creator called from the MongoAuthenticationHandler that extends AbstractWrapperAuthenticationHandler - As expected, the profile has two attributes last_name -> User,

[cas-user] CAS 5.2.0-RC1 Theme not resolved correctly

2017-08-22 Thread Karl Banke
I have a theme created with theme name "mytheme". I copied all the templates into main/resources/templates/mytheme including all the subdirectories, i.e. fragments, error, monitoring, protocol. (1) When I do not copy the subdirectories, the new theme is not used at all. (2) When I modify the

[cas-user] Re: Mongo DB Ticket Registry not working properly

2017-06-23 Thread Karl Banke
I am running Version 5.1. Logging into cas works without any issues. This is my Registry Configuration

Re: [cas-user] Re: Mongo DB Ticket Registry not working properly

2017-06-26 Thread Karl Banke
Issue created https://github.com/apereo/cas/issues/2718 -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website:

[cas-user] Re: Mongo DB Ticket Registry not working properly

2017-06-23 Thread Karl Banke
Regardless of any configuration the error occurs as soon as I include the mongo ticket registry dependency. org.apereo.cas cas-server-support-mongo-ticket-registry ${cas.version} > -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines:

[cas-user] User Attributes for MongoDB Authentication not found (5.1.0)

2017-06-23 Thread Karl Banke
I enabled MongoDB Authentification as per the documentation. 1 ) I added the following to the POM org.apereo.cas cas-server-support-mongo ${cas.version} 2) Included the following properties # # Mongo DB Authentication #

[cas-user] Mongo DB Ticket Registry not working properly

2017-06-22 Thread Karl Banke
When starting CAS with the MongoDB TicketRegistry I get an infinite recursion whenever a service ticket is created. [[1;31m2017-06-22 13:30:43,869 ERROR [org.apereo.cas.ticket.registry.MongoDbTicketRegistry] - org.spri

[cas-user] CAS JWT/JWK oddities

2018-04-18 Thread Karl Banke
Hello there, I am using CAS 5.2 and have spent a long time (which translates to a lot of money) on getting JWT Service Tickets to work. The CAS documentation states here https://apereo.github.io/cas/5.2.x/installation/Configure-ServiceTicket-JWT.html that this should be configured using

[cas-user] CAS 5.2.0 and OAuth

2018-04-16 Thread Karl Banke
I am using CAS 5.2.0 and configured it for oauth. I created an Oauth Service and tried to use the implicit flow in order to access it from a single page web application. I use the following URL