[cas-user] CAS-OIDC Introspection Response

2018-09-17 Thread Leo Pintos
Hi all! I'm working with CAS 5.2.3 and I'm trying to configure the instropection behavior and its response (cas/oidc/introspect) Next, the question: Can I configure CAS to return the "username" in the instropection response? Now, the response is the next: {"active":true, "sub":"client_test",

[cas-user] CAS 5.2.x oauth property set doesn't work

2018-03-08 Thread Leo Pintos
Hi I'm trying to set the grant types and response types but something is wrong I put the bellow configuration in my OAuthRegisteredService json: "supported_grants" : ["authorization_code", "password", "client_credentials", "refresh_token"], "supported_responses" : ["code", "token", "id_toke

[cas-user] Re: Problmes with Oauth grant type Password - CAS 5.1.4

2018-02-08 Thread Leo Pintos
n you, I have a bug at the moment which I've posted here: > https://groups.google.com/a/apereo.org/forum/#!topic/cas-user/ADjMnVevlJ0 > > Where the OAuth2 module gives you access tokens even if you dont specify > the username and password, despite using grant_type = password >

[cas-user] Re: Problmes with Oauth grant type Password - CAS 5.1.4

2018-02-07 Thread Leo Pintos
user/ADjMnVevlJ0 > > Where the OAuth2 module gives you access tokens even if you dont specify > the username and password, despite using grant_type = password > (It thinks you're using client_credentials) > > > Regards, > Anders Olsen > > Den tir

Re: [cas-user] Problmes with Oauth grant type Password - CAS 5.1.4

2018-02-07 Thread Leo Pintos
, 6 de febrero de 2018, 18:57:45 (UTC-3), Manfredo Hopp escribió: > > is debug enabled > eg logging.level.org.apereo.cas=debug > > 2018-02-06 16:15 GMT-03:00 Leo Pintos >: > >> Hi guys! >> >> I continue with the same error using the service registry Json.

Re: [cas-user] Problmes with Oauth grant type Password - CAS 5.1.4

2018-02-06 Thread Leo Pintos
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) Any help? Thank in advance. Leo. El martes, 6 de febrero de 2018, 12:55:41 (UTC-3), Manfredo Hopp escribió: > > yes > > 2018-02-06 12:23 GMT-03:00 Leo Pintos >: > >> Hi Manfredo, >>

Re: [cas-user] Problmes with Oauth grant type Password - CAS 5.1.4

2018-02-06 Thread Leo Pintos
S", "id" : 1001, } When I define app_prueba with OAuthRegisteredService I assume its registration as a generic service. Thank you for your support. Leo. El martes, 6 de febrero de 2018, 12:00:54 (UTC-3), Manfredo Hopp escribió: > > You should define app_prueba as a servic

[cas-user] Problmes with Oauth grant type Password - CAS 5.1.4

2018-02-06 Thread Leo Pintos
Hi Guys! I' ve working with curl command: curl -X POST -k -i 'https://DOMAIN/cas/oauth2.0/accessToken?grant_type=password&client_id=app_prueba&username=USER&password=PASS&service=URLREDIRECTION' JSON: { "@class" : "org.apereo.cas.support.oauth.services.OAuthRegisteredService", "clientId":

[cas-user] /oauth2.0/authorize not redirect to callbackurl (CAS Version: 5.1.4)

2018-01-11 Thread Leo Pintos
Hi, I'm trying to redirect the authorize to h ttps://localhost:8443/clienteoauth/recepcionCode but doesn't work and I can se the follow in the log: 2018-01-11 16:42:34,287 DEBUG [org.apereo.cas.support.oauth.web.OAuth20CasCallbackUrlResolver] (

[cas-user] oauth redirection problem

2018-01-10 Thread Leo Pintos
Hi Guys! I'm trying to configure oauth but I have some problems with the "redirect uri" after the success login I put the below configuration in my json registered service: { "@class" : "org.apereo.cas.support.oauth. services.OAuthRegisteredService", "clientId": "app_prueba", "clientSecret": "cli

Re: [cas-user] How to Add OAuth Clients to CAS Server?

2018-01-09 Thread Leo Pintos
Hi Guys! I have a very similar problem with CAS and Oauth. I'm trying to configure oauth2 but I have some problems with the "redirect uri" after the success login I put the below configuration in my json registered service: { "@class" : "org.apereo.cas.support.oauth.services.OAuthRegisteredService