[cas-user] Re: spring.profiles.active as command line options not work when run cas-management via `java -jar target/cas-management.war --spring.profiles.active=default`

2018-04-08 Thread Donghua Liu
If I modified the configurations in *application.properties* directly, it 
worked as expected

在 2018年4月9日星期一 UTC+8下午2:06:33,Donghua Liu写道:
>
> hi,
>
> I clone the cas-management-overlay 
>  project and want to 
> modify some configuration like disable ssl settings. After read the docs on 
> boot-features-external-config-profile-specific-properties 
> 
>  , 
> I created a file named *application.default.properties* based on 
> *application.properties*, and changed some settings and then run 
> mvn clean package to repackage the war file. Finally, I run the 
> cas-management project via *java -jar target/cas-management.war 
> --spring.profiles.active=default* or *java 
> -Dspring.profiles.active=default -jar target/cas-management.war*, but it 
> didn't work as expected. The settings in *application.default.properties *was 
> not applied. However I could see the console log which shown that it was 
> already using the default profile.
>
>
> 
>
>

-- 
- 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/365ff4f1-6b32-41d8-8d2d-9f095e962ada%40apereo.org.


[cas-user] spring.profiles.active as command line options not work when run cas-management via `java -jar target/cas-management.war --spring.profiles.active=default`

2018-04-08 Thread Donghua Liu
hi,

I clone the cas-management-overlay 
 project and want to 
modify some configuration like disable ssl settings. After read the docs on 
boot-features-external-config-profile-specific-properties 

 , 
I created a file named *application.default.properties* based on 
*application.properties*, and changed some settings and then run mvn clean 
package to repackage the war file. Finally, I run the cas-management 
project via *java -jar target/cas-management.war 
--spring.profiles.active=default* or *java -Dspring.profiles.active=default 
-jar target/cas-management.war*, but it didn't work as expected. The 
settings in *application.default.properties *was not applied. However I 
could see the console log which shown that it was already using the default 
profile.



-- 
- 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/fd07c3f6-31e3-4ce6-9a5f-8a7536e4c6db%40apereo.org.


[cas-user] Re: CAS 5.0.2 with a delegation to ADFS always redirect to ADFS and recreate a new TGC

2018-04-08 Thread Mr Rao
Hi,
did you ws-federation or SAML?

Thanks



On Thursday, February 9, 2017 at 2:26:20 PM UTC-8, Steve Généreux wrote:
>
> Hi,
>
> We configured a CAS 5.0.2 with delegation to ADFS. The first time a user 
> logs on to a CASsified application, the browser is redirected as expected 
> (app --> CAS --> ADFS --> CAS --> app)
>
> But if we try another CASsified application, the same webflow happens even 
> though the browser has a valid TGC, and then a new TGC is issued.
>
> It does that for every subsequent logins.  As you can imagine, it 
> multiplies TGC for nothing because we have already a valid TGC. It also 
> slows down the login needlessly.
>
> Is it a bug or it's by design?
>
> Steve
>
>

-- 
- 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/9c529b8c-b245-4f03-a953-077de47efe11%40apereo.org.


[cas-user] CAS 5.2.3 delegated authentication to ADFS

2018-04-08 Thread Mr Rao
Hi,

I've many apps using CAS as single signon. We have few customers wanted to 
use ADFS to login instead of CAS. I was trying to find a good example of 
how to use delegated authentication from CAS to ADFS  using both SAML and  
WS-Federation

When I use 5.2.2/5.2.3  it always going to standards login page 
https://localhost:8443/cas/login.  I had no luck of either using below 
dependencies. 




org.apereo.cas
cas-server-support-wsfederation-webflow
${cas.version}



org.apereo.cas
cas-server-support-pac4j-webflow
${cas.version}





Thanks

Rao.


-- 
- 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/d65dd405-8a1b-4c36-b24e-0ccefd1a3d08%40apereo.org.


Re: [cas-user] Re: CASify application with AngularJS front end and Spring boot back end

2018-04-08 Thread M. Reza Ganji
Also, there is a Node CAS module that you can use.

On Mon, Apr 9, 2018, 11:11 AM zeek lee  wrote:

> good question! i have the same problem!
>
> 在 2016年9月20日星期二 UTC+8上午4:56:30,Info写道:
>>
>> Hi,
>>
>> I am new to CAS and trying to add CAS authentication to our application
>> that uses AngularJS for the front-end. Data is served to it through
>> RestController running on a spring boot (1.2.6.Release) application
>> backend.  The AngularJS app is running on node at http://localhost:8080 and
>> the spring boot application is running on http:/localhost:8082.  I need the
>> URL to be redirected to secure both ports.
>>
>> What do I set the server name or service to: http://localhost:8080 or
>> http://localhost:8082?
>>
>> Thanks.
>>
> --
> - 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/d0de63f4-3150-49b7-b41e-2d438a28900a%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/CAGXWBpOQB9-DYPJqyXfX8kKKqquv4yxzyaz0JiWc0NBcx%3Dz30Q%40mail.gmail.com.


Re: [cas-user] Re: CASify application with AngularJS front end and Spring boot back end

2018-04-08 Thread M. Reza Ganji
We had that issue and solved it using angular guard. We have web services
that if users are not logged in respond with anything but HTTP 200
If that happens guard will catch it in routing and forward the user to the
CAS login page with service=AngularPageURL



On Mon, Apr 9, 2018, 11:11 AM zeek lee  wrote:

> good question! i have the same problem!
>
> 在 2016年9月20日星期二 UTC+8上午4:56:30,Info写道:
>>
>> Hi,
>>
>> I am new to CAS and trying to add CAS authentication to our application
>> that uses AngularJS for the front-end. Data is served to it through
>> RestController running on a spring boot (1.2.6.Release) application
>> backend.  The AngularJS app is running on node at http://localhost:8080 and
>> the spring boot application is running on http:/localhost:8082.  I need the
>> URL to be redirected to secure both ports.
>>
>> What do I set the server name or service to: http://localhost:8080 or
>> http://localhost:8082?
>>
>> Thanks.
>>
> --
> - 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/d0de63f4-3150-49b7-b41e-2d438a28900a%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/CAGXWBpO3wi_KVo8HEB9Kt9CACbU_pJ6ziFaZeO8BeOpA-Fjh0g%40mail.gmail.com.


[cas-user] Re: CASify application with AngularJS front end and Spring boot back end

2018-04-08 Thread zeek lee
good question! i have the same problem!

在 2016年9月20日星期二 UTC+8上午4:56:30,Info写道:
>
> Hi,
>
> I am new to CAS and trying to add CAS authentication to our application 
> that uses AngularJS for the front-end. Data is served to it through 
> RestController running on a spring boot (1.2.6.Release) application 
> backend.  The AngularJS app is running on node at http://localhost:8080 and 
> the spring boot application is running on http:/localhost:8082.  I need the 
> URL to be redirected to secure both ports.
>
> What do I set the server name or service to: http://localhost:8080 or 
> http://localhost:8082?
>
> Thanks.
>

-- 
- 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/d0de63f4-3150-49b7-b41e-2d438a28900a%40apereo.org.


Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Man H
do you type https://so..xy:8444/cas-management in your browser

2018-04-08 18:04 GMT-03:00 Olivier Calzi :

> As it's behind an haproxy i expected it to be the true url lie
> sso..xy/cas-management not localhost.
>
> On Sunday, April 8, 2018 at 10:29:24 PM UTC+2, Manfredo Hopp wrote:
>>
>> What do you expect you url to be.
>> What do you type con browser
>>
>> El domingo, 8 de abril de 2018, Olivier Calzi 
>> escribió:
>>
>>> I got a non-working application as you can see on the pictures attached.
>>>
>>> Still localhost on the url despite my configuration.
>>>
>>>
>>> On Sunday, April 8, 2018 at 9:50:06 PM UTC+2, Manfredo Hopp wrote:

 I dont see any problem with the url you get.
 What do you expect

 El domingo, 8 de abril de 2018, Olivier Calzi 
 escribió:

> Hi,
>
> No problem.
>
> My folder is : /etc/cas/config
> The file is named management.properties
>
>
>
> Le dim. 8 avr. 2018 à 18:11, Man H  a écrit :
>
>> Sorry forget last answers.
>>
>> Which folder are your management.properties?
>>
>> El domingo, 8 de abril de 2018, Olivier Calzi 
>> escribió:
>>
>>> Hi,
>>>
>>> Thanks for your feedback.
>>> As i explain in my first post i did use all the settings from the
>>> link you provided.
>>>
>>>
>>> Regards
>>>
>>> On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:

 https://apereo.github.io/cas/5.2.x/installation/Configuratio
 n-Properties.html#management-webapp

 El domingo, 8 de abril de 2018, Olivier Calzi 
 escribió:

> Hello,
>
> It's my first post here so please be kind to me :).
>
> I managed to get a working CAS server with the following
> dependency on the pom.xml
> 5.2.2
>
> 
>  org.apereo.cas
> cas-server-support-json-service-registry artifactId>
> ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-pm-ldap
>   ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-ldap
>   ${cas.version}
> 
>
> On the cas-management pom.ml
> 
> 
> org.apereo.cas
> cas-management-webapp
> ${cas.version}
> war
> 
> 
>   org.apereo.cas
>   cas-management-webapp-support-ldap
> 
>   ${cas.version}
> 
> 
> org.apereo.cas
> cas-server-support-json-service-registry artifactId>
> ${cas.version}
> 
> 
>
> 
> 5.2.2
>
>
> So i made my settings and i got on the cas-management web-page «
> The administrative application of CAS is not available» but i'm 
> getting the
> favicon and the CSS right.
> When i looked up into the GET which is being done during the
> request i found out a request to :
> https://YX/cas/login?service=https://localhost:8444/
> cas-management/manage.html
>
> It doesn't make sense to me why i still getting this url as i make
> my configuration of the cas-management on a management.properties 
> like this.
> server.port=8444
> server.contextPath=/cas-management
>
> cas.mgmt.adminRoles[0]=ROLE_ADMIN
> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>
> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>
> cas.mgmt.serverName=https://sso.libre-cloud.org
> cas.mgmt.defaultLocale=en
>
> cas.mgmt.authzAttributes[0]=memberOf
> cas.mgmt.authzAttributes[1]=groupMembership
>
> # Connect to a CAS server for authentication
> cas.server.name=https://y
> #cas.server.prefix=
>
> # Use regex for authorized IPs
> #cas.mgmt.authzIpRegex=
>
>
> My current thought is that i should have anothe port open through
> the tomcat in order to serve the request on the port 8444 (then 
> behind any
> proxy that i want) but i don't understand where do the «localhost» 
> pop out.
>
> I hope that i  precise enough with my explanations.
>
> Thanks,
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Olivier Calzi
As it's behind an haproxy i expected it to be the true url lie 
sso..xy/cas-management not localhost.

On Sunday, April 8, 2018 at 10:29:24 PM UTC+2, Manfredo Hopp wrote:
>
> What do you expect you url to be.
> What do you type con browser
>
> El domingo, 8 de abril de 2018, Olivier Calzi  > escribió:
>
>> I got a non-working application as you can see on the pictures attached.
>>
>> Still localhost on the url despite my configuration.
>>
>>
>> On Sunday, April 8, 2018 at 9:50:06 PM UTC+2, Manfredo Hopp wrote:
>>>
>>> I dont see any problem with the url you get.
>>> What do you expect
>>>
>>> El domingo, 8 de abril de 2018, Olivier Calzi  
>>> escribió:
>>>
 Hi,

 No problem. 

 My folder is : /etc/cas/config 
 The file is named management.properties 



 Le dim. 8 avr. 2018 à 18:11, Man H  a écrit :

> Sorry forget last answers.
>
> Which folder are your management.properties?
>
> El domingo, 8 de abril de 2018, Olivier Calzi  
> escribió:
>
>> Hi,
>>
>> Thanks for your feedback.
>> As i explain in my first post i did use all the settings from the 
>> link you provided.
>>
>>
>> Regards
>>
>> On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:
>>>
>>>
>>> https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#management-webapp
>>>
>>> El domingo, 8 de abril de 2018, Olivier Calzi  
>>> escribió:
>>>
 Hello,

 It's my first post here so please be kind to me :).

 I managed to get a working CAS server with the following dependency 
 on the pom.xml
 5.2.2

 
  org.apereo.cas
 cas-server-support-json-service-registry
 
 ${cas.version}
 
 
   org.apereo.cas
   cas-server-support-pm-ldap
   ${cas.version}
 
 
   org.apereo.cas
   cas-server-support-ldap
   ${cas.version}
 

 On the cas-management pom.ml
 
 
 org.apereo.cas
 cas-management-webapp
 ${cas.version}
 war
 
 
   org.apereo.cas
   cas-management-webapp-support-ldap
 
   ${cas.version}
 
 
 org.apereo.cas
 cas-server-support-json-service-registry
 
 ${cas.version}
 
 

 
 5.2.2


 So i made my settings and i got on the cas-management web-page « 
 The administrative application of CAS is not available» but i'm 
 getting the 
 favicon and the CSS right.
 When i looked up into the GET which is being done during the 
 request i found out a request to :
 https://YX/cas/login?service=
 https://localhost:8444/cas-management/manage.html

 It doesn't make sense to me why i still getting this url as i make 
 my configuration of the cas-management on a management.properties like 
 this.
 server.port=8444
 server.contextPath=/cas-management

 cas.mgmt.adminRoles[0]=ROLE_ADMIN
 cas.mgmt.adminRoles[1]=ROLE_SUPER_USER

 # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
 # cas.mgmt.userPropertiesFile=classpath:/user-details.properties

 cas.mgmt.serverName=https://sso.libre-cloud.org
 cas.mgmt.defaultLocale=en

 cas.mgmt.authzAttributes[0]=memberOf
 cas.mgmt.authzAttributes[1]=groupMembership

 # Connect to a CAS server for authentication
 cas.server.name=https://y
 #cas.server.prefix=

 # Use regex for authorized IPs
 #cas.mgmt.authzIpRegex=


 My current thought is that i should have anothe port open through 
 the tomcat in order to serve the request on the port 8444 (then behind 
 any 
 proxy that i want) but i don't understand where do the «localhost» pop 
 out.

 I hope that i  precise enough with my explanations.

 Thanks,

 -- 
 - 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, 
>>

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Man H
What do you expect you url to be.
What do you type con browser

El domingo, 8 de abril de 2018, Olivier Calzi 
escribió:

> I got a non-working application as you can see on the pictures attached.
>
> Still localhost on the url despite my configuration.
>
>
> On Sunday, April 8, 2018 at 9:50:06 PM UTC+2, Manfredo Hopp wrote:
>>
>> I dont see any problem with the url you get.
>> What do you expect
>>
>> El domingo, 8 de abril de 2018, Olivier Calzi 
>> escribió:
>>
>>> Hi,
>>>
>>> No problem.
>>>
>>> My folder is : /etc/cas/config
>>> The file is named management.properties
>>>
>>>
>>>
>>> Le dim. 8 avr. 2018 à 18:11, Man H  a écrit :
>>>
 Sorry forget last answers.

 Which folder are your management.properties?

 El domingo, 8 de abril de 2018, Olivier Calzi 
 escribió:

> Hi,
>
> Thanks for your feedback.
> As i explain in my first post i did use all the settings from the link
> you provided.
>
>
> Regards
>
> On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:
>>
>> https://apereo.github.io/cas/5.2.x/installation/Configuratio
>> n-Properties.html#management-webapp
>>
>> El domingo, 8 de abril de 2018, Olivier Calzi 
>> escribió:
>>
>>> Hello,
>>>
>>> It's my first post here so please be kind to me :).
>>>
>>> I managed to get a working CAS server with the following dependency
>>> on the pom.xml
>>> 5.2.2
>>>
>>> 
>>>  org.apereo.cas
>>> cas-server-support-json-service-registry>> artifactId>
>>> ${cas.version}
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-server-support-pm-ldap
>>>   ${cas.version}
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-server-support-ldap
>>>   ${cas.version}
>>> 
>>>
>>> On the cas-management pom.ml
>>> 
>>> 
>>> org.apereo.cas
>>> cas-management-webapp
>>> ${cas.version}
>>> war
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-management-webapp-support-ldap
>>> 
>>>   ${cas.version}
>>> 
>>> 
>>> org.apereo.cas
>>> cas-server-support-json-service-registry>> artifactId>
>>> ${cas.version}
>>> 
>>> 
>>>
>>> 
>>> 5.2.2
>>>
>>>
>>> So i made my settings and i got on the cas-management web-page « The
>>> administrative application of CAS is not available» but i'm getting the
>>> favicon and the CSS right.
>>> When i looked up into the GET which is being done during the request
>>> i found out a request to :
>>> https://YX/cas/login?service=https://localhost:8444/
>>> cas-management/manage.html
>>>
>>> It doesn't make sense to me why i still getting this url as i make
>>> my configuration of the cas-management on a management.properties like 
>>> this.
>>> server.port=8444
>>> server.contextPath=/cas-management
>>>
>>> cas.mgmt.adminRoles[0]=ROLE_ADMIN
>>> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>>>
>>> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
>>> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>>>
>>> cas.mgmt.serverName=https://sso.libre-cloud.org
>>> cas.mgmt.defaultLocale=en
>>>
>>> cas.mgmt.authzAttributes[0]=memberOf
>>> cas.mgmt.authzAttributes[1]=groupMembership
>>>
>>> # Connect to a CAS server for authentication
>>> cas.server.name=https://y
>>> #cas.server.prefix=
>>>
>>> # Use regex for authorized IPs
>>> #cas.mgmt.authzIpRegex=
>>>
>>>
>>> My current thought is that i should have anothe port open through
>>> the tomcat in order to serve the request on the port 8444 (then behind 
>>> any
>>> proxy that i want) but i don't understand where do the «localhost» pop 
>>> out.
>>>
>>> I hope that i  precise enough with my explanations.
>>>
>>> Thanks,
>>>
>>> --
>>> - 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+u...@apereo.org.
>>> To view this discussion on the web visit
>>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/6e48
>>> da90-17a8-4f38-8abb-6915431ddb0c%40apereo.org
>>> 

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Olivier Calzi
I got a non-working application as you can see on the pictures attached.

Still localhost on the url despite my configuration.


On Sunday, April 8, 2018 at 9:50:06 PM UTC+2, Manfredo Hopp wrote:
>
> I dont see any problem with the url you get.
> What do you expect
>
> El domingo, 8 de abril de 2018, Olivier Calzi  > escribió:
>
>> Hi,
>>
>> No problem. 
>>
>> My folder is : /etc/cas/config 
>> The file is named management.properties 
>>
>>
>>
>> Le dim. 8 avr. 2018 à 18:11, Man H > a 
>> écrit :
>>
>>> Sorry forget last answers.
>>>
>>> Which folder are your management.properties?
>>>
>>> El domingo, 8 de abril de 2018, Olivier Calzi >> > escribió:
>>>
 Hi,

 Thanks for your feedback.
 As i explain in my first post i did use all the settings from the link 
 you provided.


 Regards

 On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:
>
>
> https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#management-webapp
>
> El domingo, 8 de abril de 2018, Olivier Calzi  
> escribió:
>
>> Hello,
>>
>> It's my first post here so please be kind to me :).
>>
>> I managed to get a working CAS server with the following dependency 
>> on the pom.xml
>> 5.2.2
>>
>> 
>>  org.apereo.cas
>> cas-server-support-json-service-registry
>> 
>> ${cas.version}
>> 
>> 
>>   org.apereo.cas
>>   cas-server-support-pm-ldap
>>   ${cas.version}
>> 
>> 
>>   org.apereo.cas
>>   cas-server-support-ldap
>>   ${cas.version}
>> 
>>
>> On the cas-management pom.ml
>> 
>> 
>> org.apereo.cas
>> cas-management-webapp
>> ${cas.version}
>> war
>> 
>> 
>>   org.apereo.cas
>>   cas-management-webapp-support-ldap
>>   ${cas.version}
>> 
>> 
>> org.apereo.cas
>> cas-server-support-json-service-registry
>> 
>> ${cas.version}
>> 
>> 
>>
>> 
>> 5.2.2
>>
>>
>> So i made my settings and i got on the cas-management web-page « The 
>> administrative application of CAS is not available» but i'm getting the 
>> favicon and the CSS right.
>> When i looked up into the GET which is being done during the request 
>> i found out a request to :
>> https://YX/cas/login?service=
>> https://localhost:8444/cas-management/manage.html
>>
>> It doesn't make sense to me why i still getting this url as i make my 
>> configuration of the cas-management on a management.properties like this.
>> server.port=8444
>> server.contextPath=/cas-management
>>
>> cas.mgmt.adminRoles[0]=ROLE_ADMIN
>> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>>
>> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
>> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>>
>> cas.mgmt.serverName=https://sso.libre-cloud.org
>> cas.mgmt.defaultLocale=en
>>
>> cas.mgmt.authzAttributes[0]=memberOf
>> cas.mgmt.authzAttributes[1]=groupMembership
>>
>> # Connect to a CAS server for authentication
>> cas.server.name=https://y
>> #cas.server.prefix=
>>
>> # Use regex for authorized IPs
>> #cas.mgmt.authzIpRegex=
>>
>>
>> My current thought is that i should have anothe port open through the 
>> tomcat in order to serve the request on the port 8444 (then behind any 
>> proxy that i want) but i don't understand where do the «localhost» pop 
>> out.
>>
>> I hope that i  precise enough with my explanations.
>>
>> Thanks,
>>
>> -- 
>> - 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+u...@apereo.org.
>> To view this discussion on the web visit 
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/6e48da90-17a8-4f38-8abb-6915431ddb0c%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 

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Man H
I dont see any problem with the url you get.
What do you expect

El domingo, 8 de abril de 2018, Olivier Calzi 
escribió:

> Hi,
>
> No problem.
>
> My folder is : /etc/cas/config
> The file is named management.properties
>
>
>
> Le dim. 8 avr. 2018 à 18:11, Man H  a écrit :
>
>> Sorry forget last answers.
>>
>> Which folder are your management.properties?
>>
>> El domingo, 8 de abril de 2018, Olivier Calzi 
>> escribió:
>>
>>> Hi,
>>>
>>> Thanks for your feedback.
>>> As i explain in my first post i did use all the settings from the link
>>> you provided.
>>>
>>>
>>> Regards
>>>
>>> On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:

 https://apereo.github.io/cas/5.2.x/installation/
 Configuration-Properties.html#management-webapp

 El domingo, 8 de abril de 2018, Olivier Calzi 
 escribió:

> Hello,
>
> It's my first post here so please be kind to me :).
>
> I managed to get a working CAS server with the following dependency on
> the pom.xml
> 5.2.2
>
> 
>  org.apereo.cas
> cas-server-support-json-service-registry<
> /artifactId>
> ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-pm-ldap
>   ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-ldap
>   ${cas.version}
> 
>
> On the cas-management pom.ml
> 
> 
> org.apereo.cas
> cas-management-webapp
> ${cas.version}
> war
> 
> 
>   org.apereo.cas
>   cas-management-webapp-support-ldap
>   ${cas.version}
> 
> 
> org.apereo.cas
> cas-server-support-json-service-registry<
> /artifactId>
> ${cas.version}
> 
> 
>
> 
> 5.2.2
>
>
> So i made my settings and i got on the cas-management web-page « The
> administrative application of CAS is not available» but i'm getting the
> favicon and the CSS right.
> When i looked up into the GET which is being done during the request i
> found out a request to :
> https://YX/cas/login?service=https://localhost:
> 8444/cas-management/manage.html
>
> It doesn't make sense to me why i still getting this url as i make my
> configuration of the cas-management on a management.properties like this.
> server.port=8444
> server.contextPath=/cas-management
>
> cas.mgmt.adminRoles[0]=ROLE_ADMIN
> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>
> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>
> cas.mgmt.serverName=https://sso.libre-cloud.org
> cas.mgmt.defaultLocale=en
>
> cas.mgmt.authzAttributes[0]=memberOf
> cas.mgmt.authzAttributes[1]=groupMembership
>
> # Connect to a CAS server for authentication
> cas.server.name=https://y
> #cas.server.prefix=
>
> # Use regex for authorized IPs
> #cas.mgmt.authzIpRegex=
>
>
> My current thought is that i should have anothe port open through the
> tomcat in order to serve the request on the port 8444 (then behind any
> proxy that i want) but i don't understand where do the «localhost» pop 
> out.
>
> I hope that i  precise enough with my explanations.
>
> Thanks,
>
> --
> - 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+u...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/6e48da90-17a8-4f38-8abb-
> 6915431ddb0c%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/c0b2e961-ed6d-415b-9fd2-
>>> f9230124eacc%40apereo.org
>>> 

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Olivier Calzi
Hi,

No problem.

My folder is : /etc/cas/config
The file is named management.properties



Le dim. 8 avr. 2018 à 18:11, Man H  a écrit :

> Sorry forget last answers.
>
> Which folder are your management.properties?
>
> El domingo, 8 de abril de 2018, Olivier Calzi 
> escribió:
>
>> Hi,
>>
>> Thanks for your feedback.
>> As i explain in my first post i did use all the settings from the link
>> you provided.
>>
>>
>> Regards
>>
>> On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:
>>>
>>>
>>> https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#management-webapp
>>>
>>> El domingo, 8 de abril de 2018, Olivier Calzi 
>>> escribió:
>>>
 Hello,

 It's my first post here so please be kind to me :).

 I managed to get a working CAS server with the following dependency on
 the pom.xml
 5.2.2

 
  org.apereo.cas
 cas-server-support-json-service-registry
 
 ${cas.version}
 
 
   org.apereo.cas
   cas-server-support-pm-ldap
   ${cas.version}
 
 
   org.apereo.cas
   cas-server-support-ldap
   ${cas.version}
 

 On the cas-management pom.ml
 
 
 org.apereo.cas
 cas-management-webapp
 ${cas.version}
 war
 
 
   org.apereo.cas
   cas-management-webapp-support-ldap
   ${cas.version}
 
 
 org.apereo.cas
 cas-server-support-json-service-registry
 
 ${cas.version}
 
 

 
 5.2.2


 So i made my settings and i got on the cas-management web-page « The
 administrative application of CAS is not available» but i'm getting the
 favicon and the CSS right.
 When i looked up into the GET which is being done during the request i
 found out a request to :
 https://YX/cas/login?service=
 https://localhost:8444/cas-management/manage.html

 It doesn't make sense to me why i still getting this url as i make my
 configuration of the cas-management on a management.properties like this.
 server.port=8444
 server.contextPath=/cas-management

 cas.mgmt.adminRoles[0]=ROLE_ADMIN
 cas.mgmt.adminRoles[1]=ROLE_SUPER_USER

 # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
 # cas.mgmt.userPropertiesFile=classpath:/user-details.properties

 cas.mgmt.serverName=https://sso.libre-cloud.org
 cas.mgmt.defaultLocale=en

 cas.mgmt.authzAttributes[0]=memberOf
 cas.mgmt.authzAttributes[1]=groupMembership

 # Connect to a CAS server for authentication
 cas.server.name=https://y
 #cas.server.prefix=

 # Use regex for authorized IPs
 #cas.mgmt.authzIpRegex=


 My current thought is that i should have anothe port open through the
 tomcat in order to serve the request on the port 8444 (then behind any
 proxy that i want) but i don't understand where do the «localhost» pop out.

 I hope that i  precise enough with my explanations.

 Thanks,

 --
 - 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+u...@apereo.org.
 To view this discussion on the web visit
 https://groups.google.com/a/apereo.org/d/msgid/cas-user/6e48da90-17a8-4f38-8abb-6915431ddb0c%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/c0b2e961-ed6d-415b-9fd2-f9230124eacc%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 rece

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Man H
Sorry forget last answers.

Which folder are your management.properties?

El domingo, 8 de abril de 2018, Olivier Calzi 
escribió:

> Hi,
>
> Thanks for your feedback.
> As i explain in my first post i did use all the settings from the link you
> provided.
>
>
> Regards
>
> On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:
>>
>> https://apereo.github.io/cas/5.2.x/installation/Configuratio
>> n-Properties.html#management-webapp
>>
>> El domingo, 8 de abril de 2018, Olivier Calzi 
>> escribió:
>>
>>> Hello,
>>>
>>> It's my first post here so please be kind to me :).
>>>
>>> I managed to get a working CAS server with the following dependency on
>>> the pom.xml
>>> 5.2.2
>>>
>>> 
>>>  org.apereo.cas
>>> cas-server-support-json-service-registry>> artifactId>
>>> ${cas.version}
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-server-support-pm-ldap
>>>   ${cas.version}
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-server-support-ldap
>>>   ${cas.version}
>>> 
>>>
>>> On the cas-management pom.ml
>>> 
>>> 
>>> org.apereo.cas
>>> cas-management-webapp
>>> ${cas.version}
>>> war
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-management-webapp-support-ldap
>>>   ${cas.version}
>>> 
>>> 
>>> org.apereo.cas
>>> cas-server-support-json-service-registry>> artifactId>
>>> ${cas.version}
>>> 
>>> 
>>>
>>> 
>>> 5.2.2
>>>
>>>
>>> So i made my settings and i got on the cas-management web-page « The
>>> administrative application of CAS is not available» but i'm getting the
>>> favicon and the CSS right.
>>> When i looked up into the GET which is being done during the request i
>>> found out a request to :
>>> https://YX/cas/login?service=https://localhost:8444/
>>> cas-management/manage.html
>>>
>>> It doesn't make sense to me why i still getting this url as i make my
>>> configuration of the cas-management on a management.properties like this.
>>> server.port=8444
>>> server.contextPath=/cas-management
>>>
>>> cas.mgmt.adminRoles[0]=ROLE_ADMIN
>>> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>>>
>>> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
>>> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>>>
>>> cas.mgmt.serverName=https://sso.libre-cloud.org
>>> cas.mgmt.defaultLocale=en
>>>
>>> cas.mgmt.authzAttributes[0]=memberOf
>>> cas.mgmt.authzAttributes[1]=groupMembership
>>>
>>> # Connect to a CAS server for authentication
>>> cas.server.name=https://y
>>> #cas.server.prefix=
>>>
>>> # Use regex for authorized IPs
>>> #cas.mgmt.authzIpRegex=
>>>
>>>
>>> My current thought is that i should have anothe port open through the
>>> tomcat in order to serve the request on the port 8444 (then behind any
>>> proxy that i want) but i don't understand where do the «localhost» pop out.
>>>
>>> I hope that i  precise enough with my explanations.
>>>
>>> Thanks,
>>>
>>> --
>>> - 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+u...@apereo.org.
>>> To view this discussion on the web visit https://groups.google.com/a/ap
>>> ereo.org/d/msgid/cas-user/6e48da90-17a8-4f38-8abb-6915431ddb
>>> 0c%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/c0b2e961-ed6d-415b-9fd2-
> f9230124eacc%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

Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Man H
I dont see them in that post

El domingo, 8 de abril de 2018, Olivier Calzi 
escribió:

> Hi,
>
> Thanks for your feedback.
> As i explain in my first post i did use all the settings from the link you
> provided.
>
>
> Regards
>
> On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:
>>
>> https://apereo.github.io/cas/5.2.x/installation/Configuratio
>> n-Properties.html#management-webapp
>>
>> El domingo, 8 de abril de 2018, Olivier Calzi 
>> escribió:
>>
>>> Hello,
>>>
>>> It's my first post here so please be kind to me :).
>>>
>>> I managed to get a working CAS server with the following dependency on
>>> the pom.xml
>>> 5.2.2
>>>
>>> 
>>>  org.apereo.cas
>>> cas-server-support-json-service-registry>> artifactId>
>>> ${cas.version}
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-server-support-pm-ldap
>>>   ${cas.version}
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-server-support-ldap
>>>   ${cas.version}
>>> 
>>>
>>> On the cas-management pom.ml
>>> 
>>> 
>>> org.apereo.cas
>>> cas-management-webapp
>>> ${cas.version}
>>> war
>>> 
>>> 
>>>   org.apereo.cas
>>>   cas-management-webapp-support-ldap
>>>   ${cas.version}
>>> 
>>> 
>>> org.apereo.cas
>>> cas-server-support-json-service-registry>> artifactId>
>>> ${cas.version}
>>> 
>>> 
>>>
>>> 
>>> 5.2.2
>>>
>>>
>>> So i made my settings and i got on the cas-management web-page « The
>>> administrative application of CAS is not available» but i'm getting the
>>> favicon and the CSS right.
>>> When i looked up into the GET which is being done during the request i
>>> found out a request to :
>>> https://YX/cas/login?service=https://localhost:8444/
>>> cas-management/manage.html
>>>
>>> It doesn't make sense to me why i still getting this url as i make my
>>> configuration of the cas-management on a management.properties like this.
>>> server.port=8444
>>> server.contextPath=/cas-management
>>>
>>> cas.mgmt.adminRoles[0]=ROLE_ADMIN
>>> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>>>
>>> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
>>> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>>>
>>> cas.mgmt.serverName=https://sso.libre-cloud.org
>>> cas.mgmt.defaultLocale=en
>>>
>>> cas.mgmt.authzAttributes[0]=memberOf
>>> cas.mgmt.authzAttributes[1]=groupMembership
>>>
>>> # Connect to a CAS server for authentication
>>> cas.server.name=https://y
>>> #cas.server.prefix=
>>>
>>> # Use regex for authorized IPs
>>> #cas.mgmt.authzIpRegex=
>>>
>>>
>>> My current thought is that i should have anothe port open through the
>>> tomcat in order to serve the request on the port 8444 (then behind any
>>> proxy that i want) but i don't understand where do the «localhost» pop out.
>>>
>>> I hope that i  precise enough with my explanations.
>>>
>>> Thanks,
>>>
>>> --
>>> - 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+u...@apereo.org.
>>> To view this discussion on the web visit https://groups.google.com/a/ap
>>> ereo.org/d/msgid/cas-user/6e48da90-17a8-4f38-8abb-6915431ddb
>>> 0c%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/c0b2e961-ed6d-415b-9fd2-
> f9230124eacc%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/CAMY5micx

Re: [cas-user] Using CAS for windows authentication

2018-04-08 Thread Man H
See https://github.com/apereo/dotnet-cas-client/blob/master/README.md

El sábado, 7 de abril de 2018, M. Reza Ganji  escribió:

> Is it possible to use CAS for windows authentication?
> For example, logging in to CAS before windows starts the session.
>
> I have looked at https://en.m.wikipedia.org/wiki/Integrated_Windows_
> Authentication and  https://en.m.wikipedia.org/wiki/Spnego and
> https://apereo.github.io/cas/5.2.x/installation/SPNEGO-Authentication.html
> But it works as SSO with CAS after user logs in with AD credentials. I
> want user to login with CAS.
>
> Thank you for your help in advance
>
> --
> - 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/a6ad79c1-a6d3-43ef-97ca-
> 8f7c0902b8e7%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/CAMY5mifvydMWY_D_eJCKsiSEA%3D9Xp-wxctJYV%2BteCuYNa_7_Kw%40mail.gmail.com.


Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Olivier Calzi
Hi,

Thanks for your feedback.
As i explain in my first post i did use all the settings from the link you 
provided.


Regards

On Sunday, April 8, 2018 at 5:49:39 PM UTC+2, Manfredo Hopp wrote:
>
>
> https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#management-webapp
>
> El domingo, 8 de abril de 2018, Olivier Calzi  > escribió:
>
>> Hello,
>>
>> It's my first post here so please be kind to me :).
>>
>> I managed to get a working CAS server with the following dependency on 
>> the pom.xml
>> 5.2.2
>>
>> 
>>  org.apereo.cas
>> cas-server-support-json-service-registry
>> ${cas.version}
>> 
>> 
>>   org.apereo.cas
>>   cas-server-support-pm-ldap
>>   ${cas.version}
>> 
>> 
>>   org.apereo.cas
>>   cas-server-support-ldap
>>   ${cas.version}
>> 
>>
>> On the cas-management pom.ml
>> 
>> 
>> org.apereo.cas
>> cas-management-webapp
>> ${cas.version}
>> war
>> 
>> 
>>   org.apereo.cas
>>   cas-management-webapp-support-ldap
>>   ${cas.version}
>> 
>> 
>> org.apereo.cas
>> cas-server-support-json-service-registry
>> 
>> ${cas.version}
>> 
>> 
>>
>> 
>> 5.2.2
>>
>>
>> So i made my settings and i got on the cas-management web-page « The 
>> administrative application of CAS is not available» but i'm getting the 
>> favicon and the CSS right.
>> When i looked up into the GET which is being done during the request i 
>> found out a request to :
>> https://YX/cas/login?service=
>> https://localhost:8444/cas-management/manage.html
>>
>> It doesn't make sense to me why i still getting this url as i make my 
>> configuration of the cas-management on a management.properties like this.
>> server.port=8444
>> server.contextPath=/cas-management
>>
>> cas.mgmt.adminRoles[0]=ROLE_ADMIN
>> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>>
>> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
>> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>>
>> cas.mgmt.serverName=https://sso.libre-cloud.org
>> cas.mgmt.defaultLocale=en
>>
>> cas.mgmt.authzAttributes[0]=memberOf
>> cas.mgmt.authzAttributes[1]=groupMembership
>>
>> # Connect to a CAS server for authentication
>> cas.server.name=https://y
>> #cas.server.prefix=
>>
>> # Use regex for authorized IPs
>> #cas.mgmt.authzIpRegex=
>>
>>
>> My current thought is that i should have anothe port open through the 
>> tomcat in order to serve the request on the port 8444 (then behind any 
>> proxy that i want) but i don't understand where do the «localhost» pop out.
>>
>> I hope that i  precise enough with my explanations.
>>
>> Thanks,
>>
>> -- 
>> - 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+u...@apereo.org .
>> To view this discussion on the web visit 
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/6e48da90-17a8-4f38-8abb-6915431ddb0c%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/c0b2e961-ed6d-415b-9fd2-f9230124eacc%40apereo.org.


Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Man H
https://apereo.github.io/cas/5.2.x/installation/Configuration-Properties.html#management-webapp

El domingo, 8 de abril de 2018, Olivier Calzi 
escribió:

> Hello,
>
> It's my first post here so please be kind to me :).
>
> I managed to get a working CAS server with the following dependency on the
> pom.xml
> 5.2.2
>
> 
>  org.apereo.cas
> cas-server-support-json-service-registry
> ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-pm-ldap
>   ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-ldap
>   ${cas.version}
> 
>
> On the cas-management pom.ml
> 
> 
> org.apereo.cas
> cas-management-webapp
> ${cas.version}
> war
> 
> 
>   org.apereo.cas
>   cas-management-webapp-support-ldap
>   ${cas.version}
> 
> 
> org.apereo.cas
> cas-server-support-json-service-registry<
> /artifactId>
> ${cas.version}
> 
> 
>
> 
> 5.2.2
>
>
> So i made my settings and i got on the cas-management web-page « The
> administrative application of CAS is not available» but i'm getting the
> favicon and the CSS right.
> When i looked up into the GET which is being done during the request i
> found out a request to :
> https://YX/cas/login?service=https://localhost:
> 8444/cas-management/manage.html
>
> It doesn't make sense to me why i still getting this url as i make my
> configuration of the cas-management on a management.properties like this.
> server.port=8444
> server.contextPath=/cas-management
>
> cas.mgmt.adminRoles[0]=ROLE_ADMIN
> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>
> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>
> cas.mgmt.serverName=https://sso.libre-cloud.org
> cas.mgmt.defaultLocale=en
>
> cas.mgmt.authzAttributes[0]=memberOf
> cas.mgmt.authzAttributes[1]=groupMembership
>
> # Connect to a CAS server for authentication
> cas.server.name=https://y
> #cas.server.prefix=
>
> # Use regex for authorized IPs
> #cas.mgmt.authzIpRegex=
>
>
> My current thought is that i should have anothe port open through the
> tomcat in order to serve the request on the port 8444 (then behind any
> proxy that i want) but i don't understand where do the «localhost» pop out.
>
> I hope that i  precise enough with my explanations.
>
> Thanks,
>
> --
> - 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/6e48da90-17a8-4f38-8abb-
> 6915431ddb0c%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/CAMY5midgiF3qZKPKjZKGJVHAr_fWZzHCa%3DPZx0quO_A-QorasA%40mail.gmail.com.


Re: [cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Man H
In cas.properties

cas.mgmt.serverName=https://locahost:8444

El domingo, 8 de abril de 2018, Olivier Calzi 
escribió:

> Hello,
>
> It's my first post here so please be kind to me :).
>
> I managed to get a working CAS server with the following dependency on the
> pom.xml
> 5.2.2
>
> 
>  org.apereo.cas
> cas-server-support-json-service-registry
> ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-pm-ldap
>   ${cas.version}
> 
> 
>   org.apereo.cas
>   cas-server-support-ldap
>   ${cas.version}
> 
>
> On the cas-management pom.ml
> 
> 
> org.apereo.cas
> cas-management-webapp
> ${cas.version}
> war
> 
> 
>   org.apereo.cas
>   cas-management-webapp-support-ldap
>   ${cas.version}
> 
> 
> org.apereo.cas
> cas-server-support-json-service-registry<
> /artifactId>
> ${cas.version}
> 
> 
>
> 
> 5.2.2
>
>
> So i made my settings and i got on the cas-management web-page « The
> administrative application of CAS is not available» but i'm getting the
> favicon and the CSS right.
> When i looked up into the GET which is being done during the request i
> found out a request to :
> https://YX/cas/login?service=https://localhost:
> 8444/cas-management/manage.html
>
> It doesn't make sense to me why i still getting this url as i make my
> configuration of the cas-management on a management.properties like this.
> server.port=8444
> server.contextPath=/cas-management
>
> cas.mgmt.adminRoles[0]=ROLE_ADMIN
> cas.mgmt.adminRoles[1]=ROLE_SUPER_USER
>
> # cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
> # cas.mgmt.userPropertiesFile=classpath:/user-details.properties
>
> cas.mgmt.serverName=https://sso.libre-cloud.org
> cas.mgmt.defaultLocale=en
>
> cas.mgmt.authzAttributes[0]=memberOf
> cas.mgmt.authzAttributes[1]=groupMembership
>
> # Connect to a CAS server for authentication
> cas.server.name=https://y
> #cas.server.prefix=
>
> # Use regex for authorized IPs
> #cas.mgmt.authzIpRegex=
>
>
> My current thought is that i should have anothe port open through the
> tomcat in order to serve the request on the port 8444 (then behind any
> proxy that i want) but i don't understand where do the «localhost» pop out.
>
> I hope that i  precise enough with my explanations.
>
> Thanks,
>
> --
> - 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/6e48da90-17a8-4f38-8abb-
> 6915431ddb0c%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/CAMY5mida%3DCtwhLWDUoOkCgMGR9qHM6_XYkO1Ej_y8QUnHpGu0A%40mail.gmail.com.


[cas-user] CAS-Management - Bottle at the sea - Need advice or help

2018-04-08 Thread Olivier Calzi
Hello,

It's my first post here so please be kind to me :).

I managed to get a working CAS server with the following dependency on the 
pom.xml
5.2.2


 org.apereo.cas
cas-server-support-json-service-registry
${cas.version}


  org.apereo.cas
  cas-server-support-pm-ldap
  ${cas.version}


  org.apereo.cas
  cas-server-support-ldap
  ${cas.version}


On the cas-management pom.ml


org.apereo.cas
cas-management-webapp
${cas.version}
war


  org.apereo.cas
  cas-management-webapp-support-ldap
  ${cas.version}


org.apereo.cas
cas-server-support-json-service-registry

${cas.version}




5.2.2


So i made my settings and i got on the cas-management web-page « The 
administrative application of CAS is not available» but i'm getting the 
favicon and the CSS right.
When i looked up into the GET which is being done during the request i 
found out a request to :
https:
//YX/cas/login?service=https://localhost:8444/cas-management/manage.html

It doesn't make sense to me why i still getting this url as i make my 
configuration of the cas-management on a management.properties like this.
server.port=8444
server.contextPath=/cas-management

cas.mgmt.adminRoles[0]=ROLE_ADMIN
cas.mgmt.adminRoles[1]=ROLE_SUPER_USER

# cas.mgmt.userPropertiesFile=classpath:/user-details.[json|yml]
# cas.mgmt.userPropertiesFile=classpath:/user-details.properties

cas.mgmt.serverName=https://sso.libre-cloud.org
cas.mgmt.defaultLocale=en

cas.mgmt.authzAttributes[0]=memberOf
cas.mgmt.authzAttributes[1]=groupMembership

# Connect to a CAS server for authentication
cas.server.name=https://y
#cas.server.prefix=

# Use regex for authorized IPs
#cas.mgmt.authzIpRegex=


My current thought is that i should have anothe port open through the 
tomcat in order to serve the request on the port 8444 (then behind any 
proxy that i want) but i don't understand where do the «localhost» pop out.

I hope that i  precise enough with my explanations.

Thanks,

-- 
- 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/6e48da90-17a8-4f38-8abb-6915431ddb0c%40apereo.org.