[cas-user] Configure single datasource

2019-03-07 Thread Diego Henrique Pagani
Hello guys, I'm setting up CAS 6.0.1 searching for users on a database and also configured the audit, which can use the same connection pool as the database. I'm trying to configure is that a single datasource, with connection pool sharing between this two modules (and maybe others)

[cas-user] Re: Unsuccessful in configuring CAS 5.1.3 as a OAuth server ("/callbackAuthorize" redirects to "/" instead of client app)

2019-02-28 Thread Diego Henrique Pagani
Hi guys, I'm facing the same issue with 6.0.0 and 6.0.1. I'm not using https and using custom context-path (setting the server.servlet.context-path param) Does anyone have found the solution ? Em quarta-feira, 6 de setembro de 2017 00:13:56 UTC-3, Zhang Yu escreveu: > > env: > Java 8, CAS

[cas-user] Re: Unsuccessful in configuring CAS 5.1.3 as a OAuth server ("/callbackAuthorize" redirects to "/" instead of client app)

2019-02-28 Thread Diego Henrique Pagani
Hi guys, I'm facing the same issue with 6.0.0 and 6.0.1. I'm not using https. Does Em quarta-feira, 6 de setembro de 2017 00:13:56 UTC-3, Zhang Yu escreveu: > > env: > Java 8, CAS 5.1.3, Tomcat 8.5 (standalone), IntelliJ, macOS Sierra. > > pom.xml: > > > 5.1.3 > > > > >

Re: [cas-user] Logout using delegated authentication to another CAS server

2018-05-17 Thread Diego Henrique Pagani
Aaah, and I also have to configure a service on CAS5, allowing CAS3 to redirect. Em qui, 17 de mai de 2018 às 17:20, Diego Henrique Pagani < dhpag...@gmail.com> escreveu: > But I need to change the url of the logout on oauth2app. Is there someway > to do it on cas5 configuration ? &g

Re: [cas-user] Logout using delegated authentication to another CAS server

2018-05-17 Thread Diego Henrique Pagani
m/a/apereo.org/d/msgid/cas-user/20377.835674.1526583545685.JavaMail.zimbra%40unicon.net?utm_medium=email_source=footer> > . > -- Diego Henrique Pagani -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contribu

[cas-user] Logout using delegated authentication to another CAS server

2018-05-17 Thread Diego Henrique Pagani
Hi guys, I have the structure: [Oauth2 application] -> [cas5] -> [cas3]. The CAS5 server is configured to delegate authentication, using CAS30 protocol (pac4j) to cas3 and it's working fine. The problem that I'm trying to solve is when the user asks for logout. I need that the user ends its

Re: [cas-user] CAS 5.2 delegate authentication to custom CAS 3

2018-03-26 Thread Diego Henrique Pagani
to ignore the login page and go directly to CAS3. Em qui, 22 de mar de 2018 às 18:18, Man H <info.ings...@gmail.com> escreveu: > see > https://apereo.github.io/cas/5.2.x/installation/Trusted-Authentication.html > > 2018-03-22 17:52 GMT-03:00 Diego Henrique Pagani <dhpag...@gmail

Re: [cas-user] CAS 5.2 delegate authentication to custom CAS 3

2018-03-26 Thread Diego Henrique Pagani
r auto-redirection of the authentication flow to a provider, if only there is a single provider available and configured. I've removed all the authentication method and set cas.authn.pac4j.autoRedirect=true and everything works fine. Thanks Em sex, 23 de mar de 2018 às 10:31, Diego Henrique

[cas-user] Re: "Ticket cannot be null" - CAS 5.2.0 using OAuth2 Authentication Code

2018-01-03 Thread Diego Henrique Pagani
-feira, 21 de dezembro de 2017 14:57:24 UTC-2, Diego Henrique Pagani escreveu: > > Hello, > > i'm trying to set up my application to log in CAS 5.2.0 using OAuth2 > protocol. When I try to get the access token, CAS server returns 500 code to > my application and have this stack i

[cas-user] Re: "Ticket cannot be null" - CAS 5.2.0 using OAuth2 Authentication Code

2018-01-03 Thread Diego Henrique Pagani
, 21 de dezembro de 2017 14:57:24 UTC-2, Diego Henrique Pagani escreveu: > > Hello, > > i'm trying to set up my application to log in CAS 5.2.0 using OAuth2 > protocol. When I try to get the access token, CAS server returns 500 code to > my application and have this stack in l

[cas-user] Register Client - How to Fill supportedGrantTypes and supportedResponseTypes

2017-12-27 Thread Diego Henrique Pagani
Hello guys, I'm trying to fill the fields "supportedResponseTypes" and "supportedGrantTypes", using json format, for OAuth2 Clients. I've tried in so many forms that i could count. What is the correct way to fill these fields? -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

[cas-user] Re: "Ticket cannot be null" - CAS 5.2.0 using OAuth2 Authentication Code

2017-12-26 Thread Diego Henrique Pagani
Is there someone who have this kind of problem? Em quinta-feira, 21 de dezembro de 2017 14:57:24 UTC-2, Diego Henrique Pagani escreveu: > > Hello, > > i'm trying to set up my application to log in CAS 5.2.0 using OAuth2 > protocol. When I try to get the access token, CAS ser

[cas-user] Re: "Ticket cannot be null" - CAS 5.2.0 using OAuth2 Authentication Code

2017-12-21 Thread Diego Henrique Pagani
Just to add, I tested with postman and received the same error and syntoms. Sorry my bad english :) Em quinta-feira, 21 de dezembro de 2017 14:57:24 UTC-2, Diego Henrique Pagani escreveu: > > Hello, > > i'm trying to set up my application to log in CAS 5.2.0 using OAuth2 > pr

[cas-user] "Ticket cannot be null" - CAS 5.2.0 using OAuth2 Authentication Code

2017-12-21 Thread Diego Henrique Pagani
Hello, i'm trying to set up my application to log in CAS 5.2.0 using OAuth2 protocol. When I try to get the access token, CAS server returns 500 code to my application and have this stack in log: 2017-12-21 13:53:27,263 ERROR [org.springframework.boot.web.support.ErrorPageFilter] -