[cas-user] Saml service provider for testing

2018-04-19 Thread yashwanth chowdary
Hi Team, We have enabled saml idp support for cas application we have customized.These are the properties we have configured. To test the functionality do you have a service provider from ur side.Can anyone share the service provider for testing purpose. serviceRegistry.initFromJson=true

Re: [cas-user] Sending pricipal and principal attributes

2018-04-17 Thread yashwanth chowdary
alidation request > is not equipped to release principal attributes to applications. To access > the authenticated principal along with attributes, invoke the > [/p3/serviceValidate] endpoint instead.> > > > --Misagh > > -- > > *From: *&q

[cas-user] StatsD Metrics 5.3.0-RC2

2018-04-16 Thread yashwanth chowdary
Hi Team, I need metrics for the cas app i have configured.How to check the stats that are stored.Need more information regarding statsD Metrics in cas. These are the props and dependency in my application. properties: cas.metrics.loggerName=perfStatsLogger cas.metrics.refreshInterval=30

Re: [cas-user] Cas5 Ldap Authentication

2018-04-12 Thread yashwanth chowdary
Hi Manfredo Hopp, How to send authorities to an application On Thursday, March 8, 2018 at 11:09:54 AM UTC-6, Manfredo Hopp wrote: > > see > > > https://apereo.github.io/cas/development/installation/Configuring-Custom-Authentication.html > > 2018-03-08 11:32 GMT-03:

[cas-user] JPA Ticket Registry

2018-03-29 Thread yashwanth chowdary
My Properties: cas.ticket.registry.jpa.dialect=org.hibernate.dialect.Oracle10gDialect cas.ticket.registry.jpa.url=* cas.ticket.registry.jpa.driverClass=oracle.jdbc.driver.OracleDriver cas.ticket.registry.jpa.user=* cas.ticket.registry.jpa.password=

[cas-user] Connecting to Google Directory

2018-03-26 Thread yashwanth chowdary
Hi Team, I need to find user who is registered in google directory,I have the public key , private key ang google certificate.How do i connect to google ? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 -

Re: [cas-user] JPA Ticket Registry

2018-03-21 Thread yashwanth chowdary
> BLOQUE ABEDUL PLANTA 4 > 28033 MADRID > +34 917 56 84 94 > www.madiva.com > www.bbva.com > > The activity of email inboxes can be systematically tracked by colleagues, > business partners and third parties. Turn off automatic loading of images > to hamper it. &g

[cas-user] Re: Issue configuring JPA ticket registry

2018-03-21 Thread yashwanth chowdary
I am using cas 5.3.0 and i am trying to persist tickets using jpa, running into issues can you give you share your pom.xml and properties file that actually worked for you. On Monday, December 11, 2017 at 11:54:56 PM UTC+5:30, jquin014 wrote: > > Hi, > > > I'm running CAS 5.1.2 using tomcat 8.5

Re: [cas-user] Cas5 Ldap Authentication

2018-03-08 Thread yashwanth chowdary
> > Dave I have written my .own classes handler,configuration(please refer to > the attached files).What i observe is My handler is getting registered > properly but when i give the credentials the method " > authenticateUsernamePasswordInternal" is not getting called. properties > are same as

Re: [cas-user] Cas5 Ldap Authentication

2018-03-08 Thread yashwanth chowdary
others are using that property. > > --Dave > > > -- > > DAVID A. CURRY, CISSP > *DIRECTOR OF INFORMATION SECURITY* > INFORMATION TECHNOLOGY > > 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 > +1 212 229-5300 x4728 • david.cu...@newschool.edu > > [image

Re: [cas-user] Cas5 Ldap Authentication

2018-03-08 Thread yashwanth chowdary
SECURITY* > INFORMATION TECHNOLOGY > > 71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003 > +1 212 229-5300 x4728 • david.cu...@newschool.edu > > [image: The New School] > > On Wed, Mar 7, 2018 at 7:16 AM, yashwanth chowdary < > ryashwanthk...@gmail.com > wrote: > >>

[cas-user] Cas5 Ldap Authentication

2018-03-07 Thread yashwanth chowdary
I was trying to connect ldap using below properties.Getting an errror that failed to bind authn.ldap[0].userFilter .you can observe the error in the attched file. cas.authn.ldap[0].order=0 cas.authn.ldap[0].name=AD cas.authn.ldap[0].type=AUTHENTICATED

[cas-user] Customizing webflows

2018-02-28 Thread yashwanth chowdary
I want to use pswdreset-webflow in my cas5 overlay.I have added the dependencies and I have customized the login-webflow so that on click of changepassword button it show us the view that is configured in pswdreset webflow. I have added the the class

[cas-user] Customizing webflows in cass5

2018-02-26 Thread yashwanth chowdary
I was trying to customize web-flows in cas5 using xml/annotation based configurations, i was facing issue (NoSuchWebflowFoundException) while registering new web-flows.As I was looking at the documentation of apereo found the below link to customize web-flows but couldn't get a clear