[cas-user] Re: Error creating bean with name 'servicesManager'

2016-07-26 Thread Sami Ghayeni
iceAccessStrategy", "enabled" : true, "ssoEnabled" : true } } i get this error: 2016-07-26 11:37:50,566 INFO [org.jasig.cas.services.DefaultServicesManagerImpl] - 2016-07-26 11:37:50,884 ERROR [org.jasig.cas.services.DefaultServicesManagerImpl] - what's wro

Re: [cas-user] TokenCreadential: Cannot find authentication handler that supports...

2016-07-25 Thread Sami Ghayeni
ver uses it to decrypt JWT > > - you have only one primaryAuthenticationHandler: defining two makes the > last one overrides the first one, thus your tokenAuthenticationHandler is > never found for TokenCredential > > Thanks. > Best regards, > Jérôme > > > >

[cas-user] TokenCreadential: Cannot find authentication handler that supports...

2016-07-25 Thread Sami Ghayeni
hi, i made a simple app, the url localhost:4000/app is protected by CAS and needs the user to sign in. it works pretty well. after i login to CAS, going to localhost:4000/app, it shows me my website and does not ask me to login anymore. the problem happens when i try to use a token instead of th

Re: [cas-user] after i log in to cas, the cas management web app returns 404

2016-07-20 Thread Sami Ghayeni
t; There is no such thing as cas-management in your configuration. You are > deploying the app under cas-services. So adjust accordingly. > > Also see the big yellow box here; that might help: > > https://apereo.github.io/cas/4.2.x/installation/Installing-ServicesMgmt-Webapp.html

[cas-user] after i log in to cas, the cas management web app returns 404

2016-07-20 Thread Sami Ghayeni
what i did: 1-build the below cas-management-webapp/pom.xml file using the *mvn clean package* command: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd

[cas-user] Re: Error creating bean with name 'servicesManager'

2016-07-18 Thread Sami Ghayeni
error has gone. it seems to be a problem with the syntax of the service i tried to add. On Tuesday, July 19, 2016 at 10:59:41 AM UTC+4:30, Sami Ghayeni wrote: > > hi, everything was working fine. i don't know what have i changed which > made this error. cas can'

[cas-user] Error creating bean with name 'servicesManager'

2016-07-18 Thread Sami Ghayeni
hi, everything was working fine. i don't know what have i changed which made this error. cas can't start. my pom.xml, cas.properties and deployerConfigContext.xml are here so this post get's a little bit cleaner. these are my logs when i try to start cas: Jul

Re: [cas-user] Unable to integrate Mongo-Service-Management in CAS 4.2.0

2016-05-20 Thread Sami Ghayeni
ly malformed. > Just needs to be the host. > --Misagh > On Mon, May 16, 2016 at 1:31 AM, Sami Ghayeni > wrote: > > in the CAS documentations there is an example for > MongoDB-Authentication(by example i mean a code sample that is should write > inside cas.properties), but fo

[cas-user] Unable to integrate Mongo-Service-Management in CAS 4.2.0

2016-05-15 Thread Sami Ghayeni
in the CAS documentations there is an example for MongoDB-Authentication(by example i mean a code sample that is should write inside cas.properties), but for Mongo-Service-Management, there is not any example. MongoDB-Authentication