Re: [cas-user] CAS Interrupt

2022-05-17 Thread Mathieu HETRU
Can you use println instead of logger ? like this :

println "==="
println principal
println service
println "==="

Best Regards,

Le dim. 15 mai 2022 à 02:00, Matthew Gordon  a écrit :

> Built CAS 6.5.3 with:
> support-interrupt-webflow
>
> Added this line to the config:
> cas.interrupt.groovy.location=/etc/cas/scripts/INTERRUPT.groovy
>
> It does not appear to be calling the groovy script at all. I even added an
> intentional coding error expecting to break CAS, and nothing. Any ideas?
>
> LOG:
> 2022-05-14 19:53:37,426 DEBUG
> [org.apereo.cas.interrupt.webflow.actions.InquireInterruptAction] -
> 
> 2022-05-14 19:53:37,429 DEBUG
> [org.apereo.cas.interrupt.webflow.actions.InquireInterruptAction] -
> 
>
>
> SCRIPT:
>
> import org.apereo.cas.interrupt.InterruptResponse
>
> def run(final Object... args) {
> def principal = args[0]
> def attributes = args[1]
> def service = args[2]
> def registeredService = args[3]
> def requestContext = args[4]
> def logger = args[5]
>
> logger.info("**principal - Attributes:")
> principal.properties.each {  logger.info("KEY: $it.key -> VALUE:
> $it.value") }
>
> logger.info("**attributes - Attributes:")
> attributes.properties.each {  logger.info("KEY: $it.key -> VALUE:
> $it.value") }
>
> logger.info("**service - Attributes:")
> service.properties.each {  logger.info("KEY: $it.key -> VALUE:
> $it.value") }
>
> logger.info("**registeredService - Attributes:")
> registeredService.properties.each {  logger.info("KEY: $it.key ->
> VALUE: $it.value") }
>
> logger.info("**requestContext - Attributes:")
> requestContext.properties.each {  logger.info("KEY: $it.key -> VALUE:
> $it.value") }
>
> def block = false
> def ssoEnabled = false
>
> return new InterruptResponse("Message", [link1:"google.com", link2:"
> yahoo.com"], block, ssoEnabled)
>
> /*return new InterruptResponse(message: message, redirectTo:
> redirectTo, block: block, ssoEnabled: ssoEnabled, autoRedirect: true,
> autoRedirectAfterSeconds: 1)*/
> }
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/add29812-d0ec-41b1-8d6e-b26708e71917n%40apereo.org
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5m-d5UyYS788cFz6bKoi-n2sk8VOnuNTGL%3DYGcaDtdmdw%40mail.gmail.com.


Re: [cas-user] CAS Management 6.5.2

2022-05-17 Thread Mathieu HETRU
Have you created the management.properties file in this place ?
/etc/cas/config/management.properties ?

Best Regards,

Le mar. 17 mai 2022 à 18:14, Trevor Fong  a écrit :

> Hi Mathieu
>
> I’ve tried those variations also to the same result.
>
> Thanks a lot for the suggestions though.  Really appreciate any tips.
>
> Trev
>
> .
> On May 17, 2022, 8:31 AM -0700, cas-user@apereo.org, wrote:
>
>
> To
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/e27cc2eb-31f1-4181-9183-cbaeacb7275d%40Spark
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5nTgzV3HhUye-TD_Cdt6UUPe_G-56wvAX3Ky04zv-9nKQ%40mail.gmail.com.


Re: [cas-user] CAS Management 6.5.2

2022-05-17 Thread Mathieu HETRU
Just add this line in your management.properties :

mgmt.serverName=https://
or
mgmt.server.name=https://

Best Regards,

Le ven. 13 mai 2022 à 00:51, Trevor Fong  a écrit :

> Hi All,
> I'm trying to set up a fresh 6.5.2 install and am having trouble getting
> the cas-management to work.  I can login OK if I go to https://
> /cas/login.
> But if I try to go to https:///cas-management I get
> redirected to https://localhost:8443/cas-management/
>
> Theoretically, this should be controlled by the "mgmt.server-name"
> property in management.properties but changing it doesn't seem to have any
> affect.
>
> In the /etc/cas/config/management.properties I have the following
> configured:
> cas.server.name=https://
> cas.server.prefix=https:///cas
>
> mgmt.admin-roles[0]=ROLE_ADMIN
> mgmt.user-properties-file=file:/etc/cas/config/users.properties
>
> # Update this URL to point at server running this management app
> mgmt.server-name=https://
>
> server.context-path=/cas-management
> server.port=443
>
> logging.config=file:/etc/cas/config/log4j2-management.xml
>
> Would anyone have any clue what's going on?
>
> Thanks a lot,
> Trev
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/744d1b02-a0df-4105-b1c0-a051c9379c50n%40apereo.org
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5k7V0UAYtQnTo6R9NfhHToyZT3KN1u-ofr%2BKbC3zU2y-w%40mail.gmail.com.


Re: [cas-user] CAS 6.5.2 actuator/registeredServices endpoint not accessible

2022-05-11 Thread Mathieu HETRU
Hello,
can you try with adding this line in your build.gradle :
implementation "org.apereo.cas:cas-server-support-reports"
Best regards,

Le ven. 6 mai 2022 à 13:54, 'Udo Einspanier' via CAS Community <
cas-user@apereo.org> a écrit :

> Hello,
>
> we run CAS 6.5.2 deployed in external tomcat and want to enable the
> /cas/actuator/registeredServices endpoint. Here is the configuration from
> application.yml:
>
> cas:
>   monitor:
> endpoints:
>   endpoint:
> defaults:
>   access: AUTHENTICATED
>   requiredIpAddresses: .*
> management:
>   endpoints:
> web:
>   exposure:
> include: health,loggers,registeredServices
>   enabled-by-default: true
>   endpoint:
> health:
>   enabled: true
> loggers:
>   enabled: true
> registeredServices:
>   enabled: true
>
> In build.gradle we added:
>
> implementation "org.apereo.cas:cas-server-support-reports-core"
>
> The boot endpoints /actuator/health and /actuator/loggers are accessible,
> but actuator/registeredServices returns 404. Are we missing something?
>
> Thanks,
> Udo
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/078e9e9c-9865-4f13-b514-d6bc80588af4n%40apereo.org
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5%3DDrYgU6MbBRzxjDzTm8GPOLrQrhzH%3DSjxF5uks9JsaAg%40mail.gmail.com.


[cas-user] Re: custom cas-management

2022-05-05 Thread Mathieu HETRU
Hello,

i have find a solution in order to cas-management retrieve elements of cas
server :
- compile cas 6.3.7.4 with implementation
"org.apereo.cas:cas-server-support-discovery-profile:${project.'cas.version'}"
in cas-overlay-template in dependencies in build.gradle
- add this keys in cas.properties (replace 1\.2\.3\.4 with your address ip
of your cas server)
management.endpoints.web.exposure.include=discoveryProfile,status
management.endpoints.enabled-by-default=true
management.endpoint.health.show-details=always
cas.monitor.endpoints.endpoint.defaults.access=IP_ADDRESS
cas.monitor.endpoints.endpoint.defaults.requiredIpAddresses=1\.2\.3\.4
- add this key in management.properties :
mgmt.enable-discovery-endpoint-call=true
- redeploy cas server
- redeploy cas management

with this, cas-management application use the values returned by cas server
with this url https://cas-server/actuator/discoveryProfile in order to fill
and custom the differents forms

but how can i list the differents id and values of my mfa ? (returned by
https://url-server-cas/actuator/discoveryProfile)

Thanks for your help !

Best regards,

Le jeu. 10 mars 2022 à 17:47, Mathieu HETRU  a écrit :

> Hello,
>
> i search how custom and add a value in field "policy" in the tab
> "multifactor" in the forms of the application cas-management version 6.3.7.1
>
> i search too how custom the search engine of cas management version 6.3.7.1
>
> there is people know how i can do this ?
>
> best regards
>
> Mathieu HETRU
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5%3DmZChig6LoshcOVSOF%3DpR9THMzMyUxp9F%3DaruWBqX5Ag%40mail.gmail.com.


[cas-user] custom cas-management

2022-03-10 Thread Mathieu HETRU
Hello,

i search how custom and add a value in field "policy" in the tab
"multifactor" in the forms of the application cas-management version 6.3.7.1

i search too how custom the search engine of cas management version 6.3.7.1

there is people know how i can do this ?

best regards

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kEddw8ZsR80kzb2-XC2ZfVZqxu%3Djg%3D1rCqHjLjXpY-EA%40mail.gmail.com.


[cas-user] cas 6.3.7 and jpa database for storage of authorizations

2022-01-19 Thread Mathieu HETRU
Hello,

i got an incident last week-end : my cas server 6.3.7 got a full database
pool :
18 busy on 18 count and 0 idle

is here somebody who use a database pool jndi ?

if yes, can you send in private your settings of your database pool jndi ?
please ?

Thanks

Best Regards,

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5m%2BTOSVqFKQV_QAgaJa5okyDVx_T%2B74_-mXqFdkk2bycQ%40mail.gmail.com.


[cas-user] Cas v6.3.7, database errors

2021-12-09 Thread Mathieu HETRU
Hello,

We have installed at my university uLille at Monday 6 December the cas server 
v6.3.7,

But recently we have theses errors :

> Caused by: org.hibernate.exception.JDBCConnectionException: Unable to acquire 
> JDBC Connection
> Caused by: java.sql.SQLTransientConnectionException: HikariPool-2 - 
> Connection is not available, request timed out after 3ms.

At pool settings in cas.properties for jpa service registry we have :
> cas.service-registry.jpa.user=cas6
> cas.service-registry.jpa.password=*
> cas.service-registry.jpa.driver-class=org.mariadb.jdbc.Driver
> cas.service-registry.jpa.url=jdbc:mysql://mysql56-1.univ-lille.fr/cas6?autoReconnect=true
> cas.service-registry.jpa.dialect=org.hibernate.dialect.MariaDB10Dialect
> cas.service-registry.jpa.health-query=select 1
> cas.service-registry.jpa.batch-size=10
> cas.service-registry.jpa.autocommit=false
> cas.service-registry.jpa.idle-timeout=PT10M
> cas.service-registry.jpa.autocommit=false
> cas.service-registry.jpa.pool.suspension=false
> cas.service-registry.jpa.pool.min-size=6
> cas.service-registry.jpa.pool.max-size=18
> cas.service-registry.jpa.pool.max-wait=PT2S
> cas.service-registry.jpa.pool.timeout-millis=1000

Perhaps it is PT10M or PT2S ?
Thanks for your help

Best regards,

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/F230CA97-0931-4E2B-AC3D-4350A452C32B%40gmail.com.


[cas-user] oauth services created by cas-management not retrieved by cas server

2021-12-08 Thread Mathieu HETRU
Hello,

My cas server 6.3.7 does not retrieve the oauth services created by cas
management 6.3.4 stored in jpa (mysql).

i get a 401 http error when i attempt to access to the oauth service.

any idea to fix this?

Best regards,

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5mk80_fZOqUTURHqhS92_JC4zhuL9h9fsZ9gtHuE3ZfaQ%40mail.gmail.com.


[cas-user] pb search engine cas-management 6.3.4

2021-12-08 Thread Mathieu HETRU
Hello,

Is here somebody who use cas-management application v6.3.4 ?

Because I find that the search engine is strange..i get results with only
exact keywords, whereas I would like find results with pieces of words..

Example:The keyword "intranet" it is ok, i get results,but the keyword
"intra" i get nothing,

Do you have any idea how to fix it?

Best regards,

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5mRRtAq0VG_6hTMAfQcK8Gf4DuzbW_yVVOvtp_9_f1JMQ%40mail.gmail.com.


Re: [EXTERNAL SENDER] [cas-user] enable endpoints actuator on cas 6.3.7

2021-10-18 Thread Mathieu HETRU
Hello,
it works fine with adding this plugin in cas-overlay-template in
build.gradle in dependencies :
implementation
"org.apereo.cas:cas-server-support-reports:${project.'cas.version'}"
Thanks Pascal Rigaux ;-)
Best regards,
Mathieu HETRU

Le lun. 18 oct. 2021 à 13:42, Mathieu HETRU  a écrit :

> Thanks but i got 404 not found for /actuator/importRegisteredServices
> so even actuators works because i got response with /actuator/health
>
> i search the reason, but if u have an idea..
>
> Best regards,
>
> Mathieu HETRU
>
> Le jeu. 14 oct. 2021 à 14:43, King, Robert  a écrit :
>
>> What is your actuator endpoint configuration in your CAS properties?
>> Make sure you have at least the following:
>>
>>
>>
>> management.endpoints.web.exposure.include=*
>>
>> management.endpoint.importRegisteredServices.enabled=true
>>
>> cas.monitor.endpoints.endpoint.defaults.access=IP_ADDRESS
>>
>> cas.monitor.endpoints.endpoint.defaults.requiredIpAddresses=> expression match>
>>
>>
>>
>> The management.endpoints.web.exposure.include statement should be
>> switched to a list of allowed end points on a production environment.
>>
>>
>>
>> The IP regular expression for an IPv4 address:  “12\.210\.12\.34”
>>
>>
>>
>> *From:* cas-user@apereo.org  *On Behalf Of *Mathieu
>> HETRU
>> *Sent:* Thursday, October 14, 2021 7:56 AM
>> *To:* cas-user@apereo.org
>> *Subject:* [EXTERNAL SENDER] [cas-user] enable endpoints actuator on cas
>> 6.3.7
>>
>>
>>
>> Hello,
>>
>>
>>
>> i cannot enable any endpoint actuator on my cas 6.3.7...
>>
>>
>>
>> i already got 404 not found on url...
>>
>>
>>
>> even i use the tutorial here :
>> https://fawnoos.com/2018/11/06/cas6-admin-endpoints-security/
>>
>>
>>
>> how can i enable actuator endpoints ?
>>
>>
>>
>> i wish use importServiceRegisteread endpoint.
>>
>>
>>
>> Thanks for your help !
>>
>>
>>
>> Best regards,
>>
>>
>>
>> Mathieu
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cas-user+unsubscr...@apereo.org.
>> To view this discussion on the web visit
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kxp9FQTKiYYOcR7kuujKbiYwf_pOT_sNxz0xK8PAJrjw%40mail.gmail.com
>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kxp9FQTKiYYOcR7kuujKbiYwf_pOT_sNxz0xK8PAJrjw%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cas-user+unsubscr...@apereo.org.
>> To view this discussion on the web visit
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec0bea610c8242d597f2b78298a42541%40mun.ca
>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec0bea610c8242d597f2b78298a42541%40mun.ca?utm_medium=email_source=footer>
>> .
>>
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5mCY_M1EmnzbztUk%3Do2RZP%2B767Roa6q%2BYNwbOQ1SO4wXg%40mail.gmail.com.


Re: [EXTERNAL SENDER] [cas-user] enable endpoints actuator on cas 6.3.7

2021-10-18 Thread Mathieu HETRU
Thanks but i got 404 not found for /actuator/importRegisteredServices
so even actuators works because i got response with /actuator/health

i search the reason, but if u have an idea..

Best regards,

Mathieu HETRU

Le jeu. 14 oct. 2021 à 14:43, King, Robert  a écrit :

> What is your actuator endpoint configuration in your CAS properties?  Make
> sure you have at least the following:
>
>
>
> management.endpoints.web.exposure.include=*
>
> management.endpoint.importRegisteredServices.enabled=true
>
> cas.monitor.endpoints.endpoint.defaults.access=IP_ADDRESS
>
> cas.monitor.endpoints.endpoint.defaults.requiredIpAddresses= expression match>
>
>
>
> The management.endpoints.web.exposure.include statement should be switched
> to a list of allowed end points on a production environment.
>
>
>
> The IP regular expression for an IPv4 address:  “12\.210\.12\.34”
>
>
>
> *From:* cas-user@apereo.org  *On Behalf Of *Mathieu
> HETRU
> *Sent:* Thursday, October 14, 2021 7:56 AM
> *To:* cas-user@apereo.org
> *Subject:* [EXTERNAL SENDER] [cas-user] enable endpoints actuator on cas
> 6.3.7
>
>
>
> Hello,
>
>
>
> i cannot enable any endpoint actuator on my cas 6.3.7...
>
>
>
> i already got 404 not found on url...
>
>
>
> even i use the tutorial here :
> https://fawnoos.com/2018/11/06/cas6-admin-endpoints-security/
>
>
>
> how can i enable actuator endpoints ?
>
>
>
> i wish use importServiceRegisteread endpoint.
>
>
>
> Thanks for your help !
>
>
>
> Best regards,
>
>
>
> Mathieu
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kxp9FQTKiYYOcR7kuujKbiYwf_pOT_sNxz0xK8PAJrjw%40mail.gmail.com
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kxp9FQTKiYYOcR7kuujKbiYwf_pOT_sNxz0xK8PAJrjw%40mail.gmail.com?utm_medium=email_source=footer>
> .
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec0bea610c8242d597f2b78298a42541%40mun.ca
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/ec0bea610c8242d597f2b78298a42541%40mun.ca?utm_medium=email_source=footer>
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5mOrnOriESRKp0kt-euGtK7ooifGJRX3L89tt4BWK25vg%40mail.gmail.com.


[cas-user] enable endpoints actuator on cas 6.3.7

2021-10-14 Thread Mathieu HETRU
Hello,

i cannot enable any endpoint actuator on my cas 6.3.7...

i already got 404 not found on url...

even i use the tutorial here :
https://fawnoos.com/2018/11/06/cas6-admin-endpoints-security/

how can i enable actuator endpoints ?

i wish use importServiceRegisteread endpoint.

Thanks for your help !

Best regards,

Mathieu

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kxp9FQTKiYYOcR7kuujKbiYwf_pOT_sNxz0xK8PAJrjw%40mail.gmail.com.


Re: [cas-user] Cas 6.4.1 and cas-management 6.3.4

2021-10-07 Thread Mathieu HETRU
With cas version 6.3.7 it is ok…

So, cas management is too late because not in version 6.4…

Best regards,

Mathieu HETRU

> Le 6 oct. 2021 à 20:31, Mathieu HETRU  a écrit :
> 
> 
> Yes It works with JsonServiceRegistry.
> 
> But not JpaServiceRegistry : it returns unauthorized :-(
> 
> I have found my pb for double entry stored after modify : I have set « 
> cas.service-registry.init-from-json=false » in my 
> /etc/cas/config/management.properties
> 
> Best regards,
> 
> Mathieu HETRU
> 
>>> Le 6 oct. 2021 à 19:56, Ray Bon  a écrit :
>>> 
>> 
>> Mathieu,
>> 
>> Your cas server and cas management should point to the same registry.
>> Start with only one registry. Once that is working you can add another, but 
>> only if you really need it.
>> 
>> Ray
>> 
>>> On Wed, 2021-10-06 at 18:25 +0200, Mathieu HETRU wrote:
>>> Notice: This message was sent from outside the University of Victoria email 
>>> system. Please be cautious with links and sensitive information.
>>> 
>>> 
>>> Hello,
>>> 
>>> My server cas 6.4.1 does not found my service stored in jpa with 
>>> cas-management 6.3.4.
>>> Is it normal ?
>>> 
>>> In debug mode cas shows JsonServiceRegistry, JpaServiceRegistry.
>>> 
>>> My service stored in json is ok… not my service stored in jpa.
>>> 
>>> And when i modify a service with cas-management, when i store it, it is 
>>> double entries in list in cas-management.
>>> 
>>> There are bugs ???
>>> 
>>> Best regards,
>>> 
>>> Mathieu HETRU
>>> 
>>> --
>>> - Website: 
>>>  https://apereo.github.io/cas
>>> 
>>> - Gitter Chatroom: 
>>>  https://gitter.im/apereo/cas
>>> 
>>> - List Guidelines: 
>>>  https://goo.gl/1VRrw7
>>> 
>>> - Contributions: 
>>>  https://goo.gl/mh7qDG
>>> 
>>> ---
>>> You received this message because you are subscribed to the Google Groups 
>>> "CAS Community" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to 
>>>  cas-user+unsubscr...@apereo.org
>>>  .
>>> To view this discussion on the web visit 
>>>  
>>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/EACB5792-9826-4679-AA1F-694422927A42%40gmail.com
>>>  .
>>  -- 
>> Ray Bon
>> Programmer Analyst
>> Development Services, University Systems
>> 2507218831 | CLE 019 | r...@uvic.ca
>> 
>> I acknowledge and respect the lək̓ʷəŋən peoples on whose traditional 
>> territory the university stands, and the Songhees, Esquimalt and WSÁNEĆ 
>> peoples whose historical relationships with the land continue to this day.
>> -- 
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to cas-user+unsubscr...@apereo.org.
>> To view this discussion on the web visit 
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/f13afa98547dfe6466d7b04c883ce5876ee95352.camel%40uvic.ca.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/F0FFE21B-4ACA-415A-AA20-F1091DED9C36%40gmail.com.


Re: [cas-user] Cas 6.4.1 and cas-management 6.3.4

2021-10-06 Thread Mathieu HETRU
Yes It works with JsonServiceRegistry.

But not JpaServiceRegistry : it returns unauthorized :-(

I have found my pb for double entry stored after modify : I have set « 
cas.service-registry.init-from-json=false » in my 
/etc/cas/config/management.properties

Best regards,

Mathieu HETRU

> Le 6 oct. 2021 à 19:56, Ray Bon  a écrit :
> 
> 
> Mathieu,
> 
> Your cas server and cas management should point to the same registry.
> Start with only one registry. Once that is working you can add another, but 
> only if you really need it.
> 
> Ray
> 
>> On Wed, 2021-10-06 at 18:25 +0200, Mathieu HETRU wrote:
>> Notice: This message was sent from outside the University of Victoria email 
>> system. Please be cautious with links and sensitive information.
>> 
>> 
>> Hello,
>> 
>> My server cas 6.4.1 does not found my service stored in jpa with 
>> cas-management 6.3.4.
>> Is it normal ?
>> 
>> In debug mode cas shows JsonServiceRegistry, JpaServiceRegistry.
>> 
>> My service stored in json is ok… not my service stored in jpa.
>> 
>> And when i modify a service with cas-management, when i store it, it is 
>> double entries in list in cas-management.
>> 
>> There are bugs ???
>> 
>> Best regards,
>> 
>> Mathieu HETRU
>> 
>> --
>> - Website: 
>>  https://apereo.github.io/cas
>> 
>> - Gitter Chatroom: 
>>  https://gitter.im/apereo/cas
>> 
>> - List Guidelines: 
>>  https://goo.gl/1VRrw7
>> 
>> - Contributions: 
>>  https://goo.gl/mh7qDG
>> 
>> ---
>> You received this message because you are subscribed to the Google Groups 
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to 
>>  cas-user+unsubscr...@apereo.org
>>  .
>> To view this discussion on the web visit 
>>  
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/EACB5792-9826-4679-AA1F-694422927A42%40gmail.com
>>  .
>  -- 
> Ray Bon
> Programmer Analyst
> Development Services, University Systems
> 2507218831 | CLE 019 | r...@uvic.ca
> 
> I acknowledge and respect the lək̓ʷəŋən peoples on whose traditional 
> territory the university stands, and the Songhees, Esquimalt and WSÁNEĆ 
> peoples whose historical relationships with the land continue to this day.
> -- 
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> --- 
> You received this message because you are subscribed to the Google Groups 
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit 
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/f13afa98547dfe6466d7b04c883ce5876ee95352.camel%40uvic.ca.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/D56D9A5D-4C7A-4ADD-92D8-365699D58F07%40gmail.com.


[cas-user] Cas 6.4.1 and cas-management 6.3.4

2021-10-06 Thread Mathieu HETRU
Hello,

My server cas 6.4.1 does not found my service stored in jpa with cas-management 
6.3.4.
Is it normal ?

In debug mode cas shows JsonServiceRegistry, JpaServiceRegistry.

My service stored in json is ok… not my service stored in jpa.

And when i modify a service with cas-management, when i store it, it is double 
entries in list in cas-management.

There are bugs ???

Best regards,

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/EACB5792-9826-4679-AA1F-694422927A42%40gmail.com.


Re: [cas-user] Exclude HikariCP-java7-2.4.13.jar from war

2021-07-25 Thread Mathieu HETRU
Hello,
I got the solution, have you fix your problem ?
Best regards,
Mathieu HETRU

> Le 4 janv. 2021 à 19:00, Joe Manavalan  a écrit :
> 
> How do we exclude  HikariCP-java7-2.4.13.jar from generated war ?
> I am using 
> CAS 6.1 [overlay template] with  cas.authn.pac4j.oauth2  and jpa registry  .
> Server works fine on Windows and single node Unix boxes. But on clustered 
> Unix environment some of the nodes throws error as shown below and fail to 
> come up .
> If I manually delete HikariCP-java7-2.4.13.jar, server starts successfully
>  
> Caused by: java.lang.AbstractMethodError: Receiver class 
> com.zaxxer.hikari.metrics.micrometer.MicrometerMetricsTrackerFactory does not 
> define or inherit an implementation of the resolved method abstract 
> create(Ljava/lang/String;Lcom/zaxxer/hikari/metrics/PoolStats;)Lcom/zaxxer/hikari/metrics/MetricsTracker;
>  of interface com.zaxxer.hikari.metrics.MetricsTrackerFactory 
> 
> I tried few changes to my build.gradle without success, including the one 
> suggested at 
> https://github.com/spring-projects/spring-boot/issues/16489
> 
> Any help appreciated.
> 
> thanks
> Joe
> -- 
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> --- 
> You received this message because you are subscribed to the Google Groups 
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit 
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/6f7ee489-13ee-4155-a551-2716e087d4e5n%40apereo.org.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/5A18611D-C2AC-4753-BD0C-74CA8F2655DA%40gmail.com.


Re: [cas-user] Re: Service Registry - Store in MySQL database

2020-03-26 Thread Mathieu HETRU
you are welcome :)

Sincerly,

Mathieu

Le jeu. 26 mars 2020 à 11:42, Bob  a écrit :

> Thank you very much Mathieu!
>
> That workaround fixed it for me and I now have CAS Management (6.1.0-RC4)
> saving the services in the MySQL database.
> Much appreciated!
> Regards,
>
> Bob
>
>
> On Tuesday, March 24, 2020 at 5:13:09 PM UTC+1, Mathieu HETRU wrote:
>>
>> hello Bob,
>> i have the solution : remove the git feature from the war file (produced
>> by gradlew) in order to cas-management 6.1.x works fine :
>>
>> add this line in the build.gradle (in the bootWar step) :
>> ---
>> excludes = ["**/cas-mgmt-config-version-control*.jar",
>> "**/cas-mgmt-config-delegated*.jar", "**/HikariCP-java7-2.4.13.jar"]
>> ---
>>
>> Sincerly,
>>
>> Mathieu
>>
>> Le mar. 24 mars 2020 à 16:04, Bob  a écrit :
>>
>>> Thanks Mathieu,
>>>
>>> I tried that also but never could get cas-management 6.1.x working (it
>>> kept using the built-in git repo, despite having properties set not to use
>>> that) with the MySQL data.
>>> Finally I gave up on cas-management and have used the workaround from
>>> Michele instead.
>>> Thanks,
>>>
>>> Bob
>>>
>>>
>>> On Monday, March 23, 2020 at 4:06:08 PM UTC+1, Mathieu HETRU wrote:
>>>>
>>>> Hello Bob,
>>>>
>>>> You should install cas-management web interface because the service
>>>> entry in the db got java objects serialized in the db blob fields in the db
>>>> tables.
>>>>
>>>> I have not use the initFromJson feature.
>>>>
>>>> Sincerly,
>>>>
>>>> Mathieu
>>>>
>>>> Le mardi 28 janvier 2020 12:50:54 UTC+1, Bob a écrit :
>>>>>
>>>>> Hello,
>>>>>
>>>>> We are upgrading to CAS 6.1.x.
>>>>> Most things seem to work fine (LDAP and reading Service Registry from
>>>>> json file) but we cannot get it to save the Service Registry in a MySQL
>>>>> casdb.
>>>>> Is there a way to manually enter a Service Registry into a MySQL
>>>>> database?
>>>>>
>>>>> Running CAS has created 3 tables in our MySQL database:
>>>>>
>>>>> regex_registered_service
>>>>> regex_registered_service_regex_registered_service_property
>>>>> regex_registered_service_registered_service_impl_contact
>>>>>
>>>>>
>>>>> Table regex_registered_service has the following columns:
>>>>>
>>>>> +--+
>>>>> | COLUMN_NAME  |
>>>>> +--+
>>>>> | access_strategy  |
>>>>> | attribute_release|
>>>>> | description  |
>>>>> | environments |
>>>>> | evaluation_order |
>>>>> | expiration_policy|
>>>>> | expression_type  |
>>>>> | id   |
>>>>> | information_Url  |
>>>>> | logo |
>>>>> | logout_type  |
>>>>> | logout_url   |
>>>>> | mfa_policy   |
>>>>> | name |
>>>>> | privacy_Url  |
>>>>> | proxy_policy |
>>>>> | proxy_ticket_expiration_policy   |
>>>>> | public_key   |
>>>>> | required_handlers|
>>>>> | response_Type|
>>>>> | service_Id   |
>>>>> | service_ticket_expiration_policy |
>>>>> | sso_participation_policy |
>>>>> | theme|
>>>>> | username_attr|
>>>>> +--+
>>>>> 25 rows in set (0.00 sec)
>>>>>
>>>>> How would I get the following json into this table?
>>>>>
>>>>> {
>>>>>   "@class" : "org.apereo.cas.services.RegexRegisteredService",
>>>>>   "serviceId" : "https://localhost:9000/dashboard;,
>>>>&

Re: [cas-user] Cas dont redirect to the application after succesful logged in

2020-03-25 Thread Mathieu HETRU
hello,

what is the characteristics of the server (memory, proc, disk space) and
the memory allocated on the tomcat ?

thanks

Le mer. 25 mars 2020 à 15:47, MIPM GmbH  a écrit :

> Hello,
>
> My CAS is on Version 6.2.0-RC3. Most of the time CAS works just fine but
> sometimes the casified application stucks and firefox shows the message
> "wait for cas".  To fix that i restart cas everytime.
> This problem seem to appear whenever I use two diffrent browser at the
> same client on that cassifed application. I figured out that the parameter
> ticket is missing in the url.
> I hope someone can help me.
> You find attached cas.properties and the log. I have tried to reproduce
> the problem. The log isnt very helpful either. It just shows that cas
> stopped working at "Service ticket created".
> Please let me know if you need further informations
>
>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/99ce6d68-3119-4742-8080-1336eb9901b5%40apereo.org
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5k4%2BJC0q0abJf-YtSH7V5fL%2B7sSz6eunSnq_YaqhNZArw%40mail.gmail.com.


Re: [cas-user] Re: Service Registry - Store in MySQL database

2020-03-25 Thread Mathieu HETRU
Hello,

The next step is to configure which service store registry you want use :
- json
- jpa

You just need to install the dependencies gradle (compile and deploy) and key 
config in the properties file.

Mathieu


> Le 25 mars 2020 à 03:21, Nguyen Tran Thanh Lam  a 
> écrit :
> 
> 
> Dear Mr Mathieu HETRU
> I have tried your solution, It's working fine but the service seem store 
> temporary on RAM.
> It doesn't write to directory (/etc/cas/services-repo) or database.
> This lead to service will disappear when I restart cas-management.
> Thanks
> 
> Vào Th 3, 24 thg 3, 2020 vào lúc 23:13 Mathieu HETRU  
> đã viết:
>> hello Bob,
>> i have the solution : remove the git feature from the war file (produced by 
>> gradlew) in order to cas-management 6.1.x works fine :
>> 
>> add this line in the build.gradle (in the bootWar step) :
>> ---
>> excludes = ["**/cas-mgmt-config-version-control*.jar", 
>> "**/cas-mgmt-config-delegated*.jar", "**/HikariCP-java7-2.4.13.jar"]
>> ---
>> 
>> Sincerly,
>> 
>> Mathieu
>> 
>>> Le mar. 24 mars 2020 à 16:04, Bob  a écrit :
>>> Thanks Mathieu,
>>> 
>>> I tried that also but never could get cas-management 6.1.x working (it kept 
>>> using the built-in git repo, despite having properties set not to use that) 
>>> with the MySQL data.
>>> Finally I gave up on cas-management and have used the workaround from 
>>> Michele instead.
>>> Thanks,
>>> 
>>> Bob
>>> 
>>> 
>>>> On Monday, March 23, 2020 at 4:06:08 PM UTC+1, Mathieu HETRU wrote:
>>>> Hello Bob,
>>>> 
>>>> You should install cas-management web interface because the service entry 
>>>> in the db got java objects serialized in the db blob fields in the db 
>>>> tables.
>>>> 
>>>> I have not use the initFromJson feature.
>>>> 
>>>> Sincerly,
>>>> 
>>>> Mathieu
>>>> 
>>>> Le mardi 28 janvier 2020 12:50:54 UTC+1, Bob a écrit :
>>>>> 
>>>>> Hello,
>>>>> 
>>>>> We are upgrading to CAS 6.1.x.
>>>>> Most things seem to work fine (LDAP and reading Service Registry from 
>>>>> json file) but we cannot get it to save the Service Registry in a MySQL 
>>>>> casdb.
>>>>> Is there a way to manually enter a Service Registry into a MySQL database?
>>>>> 
>>>>> Running CAS has created 3 tables in our MySQL database:
>>>>> 
>>>>> regex_registered_service
>>>>> regex_registered_service_regex_registered_service_property
>>>>> regex_registered_service_registered_service_impl_contact
>>>>> 
>>>>> Table regex_registered_service has the following columns:
>>>>> 
>>>>> +--+
>>>>> | COLUMN_NAME  |
>>>>> +--+
>>>>> | access_strategy  |
>>>>> | attribute_release|
>>>>> | description  |
>>>>> | environments |
>>>>> | evaluation_order |
>>>>> | expiration_policy|
>>>>> | expression_type  |
>>>>> | id   |
>>>>> | information_Url  |
>>>>> | logo |
>>>>> | logout_type  |
>>>>> | logout_url   |
>>>>> | mfa_policy   |
>>>>> | name |
>>>>> | privacy_Url  |
>>>>> | proxy_policy |
>>>>> | proxy_ticket_expiration_policy   |
>>>>> | public_key   |
>>>>> | required_handlers|
>>>>> | response_Type|
>>>>> | service_Id   |
>>>>> | service_ticket_expiration_policy |
>>>>> | sso_participation_policy |
>>>>> | theme|
>>>>> | username_attr|
>>>>> +--+
>>>>> 25 rows in set (0.00 sec)
>>>>> 
>>>>> How would I get the following json into this table?
>>>&

Re: [cas-user] Re: Service Registry - Store in MySQL database

2020-03-24 Thread Mathieu HETRU
hello Bob,
i have the solution : remove the git feature from the war file (produced by
gradlew) in order to cas-management 6.1.x works fine :

add this line in the build.gradle (in the bootWar step) :
---
excludes = ["**/cas-mgmt-config-version-control*.jar",
"**/cas-mgmt-config-delegated*.jar", "**/HikariCP-java7-2.4.13.jar"]
---

Sincerly,

Mathieu

Le mar. 24 mars 2020 à 16:04, Bob  a écrit :

> Thanks Mathieu,
>
> I tried that also but never could get cas-management 6.1.x working (it
> kept using the built-in git repo, despite having properties set not to use
> that) with the MySQL data.
> Finally I gave up on cas-management and have used the workaround from
> Michele instead.
> Thanks,
>
> Bob
>
>
> On Monday, March 23, 2020 at 4:06:08 PM UTC+1, Mathieu HETRU wrote:
>>
>> Hello Bob,
>>
>> You should install cas-management web interface because the service entry
>> in the db got java objects serialized in the db blob fields in the db
>> tables.
>>
>> I have not use the initFromJson feature.
>>
>> Sincerly,
>>
>> Mathieu
>>
>> Le mardi 28 janvier 2020 12:50:54 UTC+1, Bob a écrit :
>>>
>>> Hello,
>>>
>>> We are upgrading to CAS 6.1.x.
>>> Most things seem to work fine (LDAP and reading Service Registry from
>>> json file) but we cannot get it to save the Service Registry in a MySQL
>>> casdb.
>>> Is there a way to manually enter a Service Registry into a MySQL
>>> database?
>>>
>>> Running CAS has created 3 tables in our MySQL database:
>>>
>>> regex_registered_service
>>> regex_registered_service_regex_registered_service_property
>>> regex_registered_service_registered_service_impl_contact
>>>
>>>
>>> Table regex_registered_service has the following columns:
>>>
>>> +--+
>>> | COLUMN_NAME  |
>>> +--+
>>> | access_strategy  |
>>> | attribute_release|
>>> | description  |
>>> | environments |
>>> | evaluation_order |
>>> | expiration_policy|
>>> | expression_type  |
>>> | id   |
>>> | information_Url  |
>>> | logo |
>>> | logout_type  |
>>> | logout_url   |
>>> | mfa_policy   |
>>> | name |
>>> | privacy_Url  |
>>> | proxy_policy |
>>> | proxy_ticket_expiration_policy   |
>>> | public_key   |
>>> | required_handlers|
>>> | response_Type|
>>> | service_Id   |
>>> | service_ticket_expiration_policy |
>>> | sso_participation_policy |
>>> | theme|
>>> | username_attr|
>>> +--+
>>> 25 rows in set (0.00 sec)
>>>
>>> How would I get the following json into this table?
>>>
>>> {
>>>   "@class" : "org.apereo.cas.services.RegexRegisteredService",
>>>   "serviceId" : "https://localhost:9000/dashboard;,
>>>   "name" : "My App",
>>>   "id" : 10001000,
>>>   "description" : "My Dashboard App",
>>>   "attributeReleasePolicy" : {
>>> "@class" :
>>> "org.apereo.cas.services.ReturnMappedAttributeReleasePolicy",
>>> "allowedAttributes" : {
>>>   "@class" : "java.util.TreeMap",
>>>   "memberOf" : "authorities"
>>> }
>>>   },
>>>   "evaluationOrder" : 100,
>>>   "accessStrategy" : {
>>> "@class" :
>>> "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy",
>>> "enabled" : true,
>>> "ssoEnabled" : true
>>>   }
>>> }
>>>
>>> Thanks in advance!
>>>
>>> Bob
>>>
>> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/85c1a43d-a4b1-4d91-9106-3ed8a4e9d92d%40apereo.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/85c1a43d-a4b1-4d91-9106-3ed8a4e9d92d%40apereo.org?utm_medium=email_source=footer>
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5maybN1prurCk8g73_PbEVpk8tDQnVgbKfeXTmAZDdk5g%40mail.gmail.com.


[cas-user] Re: Service Registry - Store in MySQL database

2020-03-23 Thread Mathieu HETRU
Hello Bob,

You should install cas-management web interface because the service entry 
in the db got java objects serialized in the db blob fields in the db 
tables.

I have not use the initFromJson feature.

Sincerly,

Mathieu

Le mardi 28 janvier 2020 12:50:54 UTC+1, Bob a écrit :
>
> Hello,
>
> We are upgrading to CAS 6.1.x.
> Most things seem to work fine (LDAP and reading Service Registry from json 
> file) but we cannot get it to save the Service Registry in a MySQL casdb.
> Is there a way to manually enter a Service Registry into a MySQL database?
>
> Running CAS has created 3 tables in our MySQL database:
>
> regex_registered_service
> regex_registered_service_regex_registered_service_property
> regex_registered_service_registered_service_impl_contact
>
>
> Table regex_registered_service has the following columns:
>
> +--+
> | COLUMN_NAME  |
> +--+
> | access_strategy  |
> | attribute_release|
> | description  |
> | environments |
> | evaluation_order |
> | expiration_policy|
> | expression_type  |
> | id   |
> | information_Url  |
> | logo |
> | logout_type  |
> | logout_url   |
> | mfa_policy   |
> | name |
> | privacy_Url  |
> | proxy_policy |
> | proxy_ticket_expiration_policy   |
> | public_key   |
> | required_handlers|
> | response_Type|
> | service_Id   |
> | service_ticket_expiration_policy |
> | sso_participation_policy |
> | theme|
> | username_attr|
> +--+
> 25 rows in set (0.00 sec)
>
> How would I get the following json into this table?
>
> {
>   "@class" : "org.apereo.cas.services.RegexRegisteredService",
>   "serviceId" : "https://localhost:9000/dashboard;,
>   "name" : "My App",
>   "id" : 10001000,
>   "description" : "My Dashboard App",
>   "attributeReleasePolicy" : {
> "@class" : 
> "org.apereo.cas.services.ReturnMappedAttributeReleasePolicy",
> "allowedAttributes" : {
>   "@class" : "java.util.TreeMap",
>   "memberOf" : "authorities"
> }
>   },
>   "evaluationOrder" : 100,
>   "accessStrategy" : {
> "@class" : 
> "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy",
> "enabled" : true,
> "ssoEnabled" : true
>   }
> }
>
> Thanks in advance!
>
> Bob
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/313a436d-ea83-4643-b2ad-ac892192a76d%40apereo.org.


Re: [cas-user] cas management 6.1-RC4 : modify an existent service entry (on change the type attribute release policy), bug ?

2020-03-23 Thread Mathieu HETRU
i have not errors with CAS 5.3.14.

Le lun. 23 mars 2020 à 15:59, Mathieu HETRU  a écrit :

> Hello,
>
>
> I write to you a mail for questions about using cas-management 6.1-RC4.
>
>
> When i want modify an existent service entry in the web interface, with
> change on attribute release (change the type of attribute release policy),
>
> it does'nt change and i got some errors javascript in the console browser.
>
>
> Is it a bug ?
>
> Can you help me about this problem ?
>
> Thanks !
>
> Sincerly,
>
> Mathieu HETRU
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/b99031a1-7520-4283-8b33-765aa5114748%40apereo.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/b99031a1-7520-4283-8b33-765aa5114748%40apereo.org?utm_medium=email_source=footer>
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAHNwO5kRX3OvFEBA01FWnifO4U%3DO%2BnxrZkZnB3GtrgNELU_hwQ%40mail.gmail.com.


[cas-user] Re: cas 6.1.3 : jwt authentication, bug ?

2020-03-23 Thread Mathieu HETRU
with CAS 5.3.14 i have not errors.

Le lundi 23 mars 2020 15:54:49 UTC+1, Mathieu HETRU a écrit :
>
> Hello,
>
>
> I write to you a mail for questions about using jwt and apereo cas 6.1.3.
>
> I have installed an apereo cas 6.1.3.
>
> And i use the tutorial on jwt at 
> https://apereo.github.io/2017/10/17/cas-jwt-authn-with-duo/
>
>
> But when i use the example, i got an error :
>
> {"timestamp":"2020-03-13T16:27:16.388+","status":500,"error":"Internal 
> Server Error","message":"Exception thrown in state 'viewLoginForm' of flow 
> 'login'","trace":"org.springframework.webflow.execution.FlowExecutionException:
>  
> Exception thrown in state 'viewLoginForm' of flow 'login'\n\tat 
> org.springframework.webflow.engine.impl.FlowExecutionImpl.wrap(FlowExecutionImpl.java:573)\n\tat
>  
> org.springframework.webflow.engine.impl.FlowExecutionImpl.start(FlowExecutionImpl.java:227)\n\tat
>  
> org.springframework.webflow.executor.FlowExecutorImpl.launchExecution(FlowExecutorImpl.java:139)\n\tat
>  
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)\n\tat 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat
>  
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat
>  
> java.base/java.lang.reflect.Method.invoke(Method.java:566)\n\tat 
> org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:279)\n\tat
>  
> org.springframework.cloud.context.scope.GenericScope$LockedScopedProxyFactoryBean.invoke(GenericScope.java:499)\n\tat
>  
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)\n\tat
>  
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)\n\tat
>  
> com.sun.proxy.$Proxy969.launchExecution(Unknown Source)\n\tat 
> org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:264)\n\tat
>  
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)\n\tat
>  
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)\n\tat
>  
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)\n\tat
>  
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)\n\tat
>  
> javax.servlet.http.HttpServlet.service(HttpServlet.java:634)\n\tat 
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)\n\tat
>  
> javax.servlet.http.HttpServlet.service(HttpServlet.java:741)\n\tat 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat
>  
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)\n\tat 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat
>  
> org.apereo.cas.web.support.AuthenticationCredentialsThreadLocalBinderClearingFilter.doFilter(AuthenticationCredentialsThreadLocalBinderClearingFilter.java:28)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat
>  
> org.apereo.cas.web.support.filters.RequestParameterPolicyEnforcementFilter.doFilter(RequestParameterPolicyEnforcementFilter.java:411)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat
>  
> org.apereo.cas.web.support.filters.ResponseHeadersEnforcementFilter.doFilter(ResponseHeadersEnforcementFilter.java:215)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat
>  
> org.apereo.cas.web.support.filters.AddResponseHeadersFilter.doFilter(AddResponseHeadersFilter.java:67)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)\n\tat
>  
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)\n\tat
>  
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter

[cas-user] cas management 6.1-RC4 : modify an existent service entry (on change the type attribute release policy), bug ?

2020-03-23 Thread Mathieu HETRU


Hello,


I write to you a mail for questions about using cas-management 6.1-RC4.


When i want modify an existent service entry in the web interface, with 
change on attribute release (change the type of attribute release policy),

it does'nt change and i got some errors javascript in the console browser.


Is it a bug ?

Can you help me about this problem ?

Thanks !

Sincerly,

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/b99031a1-7520-4283-8b33-765aa5114748%40apereo.org.


[cas-user] cas 6.1.3 : jwt authentication, bug ?

2020-03-23 Thread Mathieu HETRU
e.Model.process(Model.java:282)\n\tat 
org.thymeleaf.engine.Model.process(Model.java:290)\n\tat 
org.thymeleaf.engine.GatheringModelProcessable.process(GatheringModelProcessable.java:78)\n\tat
 
org.thymeleaf.engine.ProcessorTemplateHandler.handleCloseElement(ProcessorTemplateHandler.java:1640)\n\tat
 
org.thymeleaf.engine.CloseElementTag.beHandled(CloseElementTag.java:139)\n\tat 
org.thymeleaf.engine.TemplateModel.process(TemplateModel.java:136)\n\tat 
org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:661)\n\tat
 
org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098)\n\tat 
org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072)\n\tat 
org.thymeleaf.spring5.view.ThymeleafView.renderFragment(ThymeleafView.java:362)\n\tat
 
org.thymeleaf.spring5.view.ThymeleafView.render(ThymeleafView.java:189)\n\tat 
org.springframework.webflow.mvc.servlet.ServletMvcView.doRender(ServletMvcView.java:55)\n\tat
 
org.springframework.webflow.mvc.view.AbstractMvcView.render(AbstractMvcView.java:204)\n\t...
 
173 more\nCaused by: 
org.springframework.beans.NotReadablePropertyException: Invalid property 
'username' of bean class 
[org.apereo.cas.token.authentication.TokenCredential]: Bean property 
'username' is not readable or has an invalid getter method: Does the return 
type of the getter match the parameter type of the setter?\n\tat 
org.springframework.beans.AbstractNestablePropertyAccessor.getPropertyValue(AbstractNestablePropertyAccessor.java:622)\n\tat
 
org.springframework.beans.AbstractNestablePropertyAccessor.getPropertyValue(AbstractNestablePropertyAccessor.java:612)\n\tat
 
org.springframework.web.servlet.support.BindStatus.(BindStatus.java:158)\n\tat
 
org.springframework.web.servlet.support.RequestContext.getBindStatus(RequestContext.java:904)\n\tat
 
org.thymeleaf.spring5.context.webmvc.SpringWebMvcThymeleafRequestContext.getBindStatus(SpringWebMvcThymeleafRequestContext.java:227)\n\tat
 
org.thymeleaf.spring5.util.FieldUtils.getBindStatusFromParsedExpression(FieldUtils.java:306)\n\tat
 
org.thymeleaf.spring5.util.FieldUtils.getBindStatus(FieldUtils.java:253)\n\tat 
org.thymeleaf.spring5.util.FieldUtils.getBindStatus(FieldUtils.java:227)\n\tat 
org.thymeleaf.spring5.processor.AbstractSpringFieldTagProcessor.doProcess(AbstractSpringFieldTagProcessor.java:174)\n\tat
 
org.thymeleaf.processor.element.AbstractAttributeTagProcessor.doProcess(AbstractAttributeTagProcessor.java:74)\n\t...
 
199 more\n","path":"/login"}

The line 86, col 40 in the file loginform.html is :

t*h:field="*{username}"*

Here is the complete object :





Is it a bug ?

Can you help me about this problem ?

Thanks !

Sincerly,

Mathieu HETRU

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/123cc39c-6607-4648-804f-942cb4f7cd44%40apereo.org.


Re: [cas-user] Re: CAS 6.X jwt issue with base64 encoded

2020-02-12 Thread Mathieu HETRU
You can get theses values at the launch of cas server in the logs.

> Le 13 févr. 2020 à 04:36, Napoleon Ponaparte  a 
> écrit :
> 
> 
> Hi Raheem, How to get this value?
> cas.authn.token.crypto.signing.key=
> cas.authn.token.crypto.encryption.key=
> THanks
> 
>> On Thursday, January 30, 2020 at 7:39:50 PM UTC+7, Raheem Shaik wrote:
>> Hi,
>> 
>> I am trying to upgrading from 5.2.x t0 6.x version for my testing but 
>> getting but getting issue with  base64 encode which is not working properly, 
>> When i try to decode the jwt token it is not able to get the payload data. 
>> But in earlier version 5.2.x i did not have any issues 
>> 
>> can somebody help me on this.
>> 
>> build.gardle dependencies
>> 
>>  compile 
>> "org.apereo.cas:cas-server-webapp${project.appServer}:${casServerVersion}"
>>  compile "org.apereo.cas:cas-server-support-rest:${project.'cas.version'}"
>>  compile 
>> "org.apereo.cas:cas-server-support-rest-tokens:${project.'cas.version'}"
>>  compile 
>> "org.apereo.cas:cas-server-support-json-service-registry:${project.'cas.version'}"
>>  compile 
>> "org.apereo.cas:cas-server-support-token-tickets:${project.'cas.version'}"
>>  compile 
>> "org.apereo.cas:cas-server-support-rest-authentication:${project.'cas.version'}"
>> 
>> cas.authn.token.crypto.enabled=false
>> cas.authn.token.crypto.encryptionEnabled=false
>> cas.authn.token.crypto.signing.key=
>> cas.authn.token.crypto.signing.keySize=512
>> cas.authn.token.crypto.encryption.key=
>> cas.authn.token.crypto.encryption.keySize=256
>> 
>> and 
>> 
>> {
>>   "@class" : "org.apereo.cas.services.RegexRegisteredService",
>>   "serviceId" : https://.*.example.com;,
>>   "name" : "myApplication",
>>   "id" : 1001,
>>   "description" : "This service definition authorized all application urls 
>> that support HTTPS protocol.",
>>   "evaluationOrder": 2
>>   "proxyPolicy" : {
>> "@class" : "org.apereo.cas.services.RefuseRegisteredServiceProxyPolicy"
>>   },
>>   "usernameAttributeProvider" : {
>> "@class" : 
>> "org.apereo.cas.services.DefaultRegisteredServiceUsernameProvider"
>>   },
>> 
>>   "attributeReleasePolicy" : {
>> "@class" : "org.apereo.cas.services.ReturnAllAttributeReleasePolicy",
>>   "principalAttributesRepository" : {
>>   "@class" : 
>> "org.apereo.cas.authentication.principal.DefaultPrincipalAttributesRepository"
>> },
>> "authorizedToReleaseCredentialPassword" : false,
>> "authorizedToReleaseProxyGrantingTicket" : false
>> },
>> "logoutType" : "BACK_CHANNEL",
>> "accessStrategy" : {
>> "@class" : 
>> "org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy",
>> "enabled" : true,
>> "ssoEnabled" : true
>> },  
>>   "properties" : {
>> "@class" : "java.util.HashMap",
>> "jwtSigningSecret" : {
>>   "@class" : "org.apereo.cas.services.DefaultRegisteredServiceProperty",
>>   "values" : [ "java.util.HashSet", [ "9qzDlSwNx" ] ]
>> },
>> "jwtAsResponse" : {
>>   "@class" : "org.apereo.cas.services.DefaultRegisteredServiceProperty",
>>   "values" : [ "java.util.HashSet", [ "true" ] ]
>> }
>> }
>> 
>> Regards,
>> Raheem 
>> 
> 
> -- 
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> --- 
> You received this message because you are subscribed to the Google Groups 
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit 
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/feff506b-e209-4550-95d4-9e0831f07225%40apereo.org.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/63B44D43-DD53-40B0-A097-4A5CF1E2C908%40gmail.com.