[cas-user] Re: Global post authentication processing

2017-10-09 Thread Andy Ng
For orgin, if you don't mind to use 5.2.0-RCx: *Pac4j:* you can see this (https://apereo.github.io/cas/development/installation/Configuration-Properties.html#facebook) You can see that there is a field called [clientName], which actually will let you define the name of your pac4j providers. But

[cas-user] Re: Disable status/monitoring endpoints

2017-10-09 Thread Andy Ng
You can enable/disable or set sensitivity on different endpoint based on these below: https://apereo.github.io/cas/5.1.x/installation/Configuration-Properties.html#cas-endpoints https://apereo.github.io/cas/5.1.x/installation/Configuration-Properties.html#spring-boot-endpoints I think by

[cas-user] External SAML2 identity provider ID

2017-10-09 Thread Filip Majernik
If I use a delegated SAML2 authentication with the cas-server-support-pac4j-webflow dependency I have the ability to use the typed User ID which is a concatenation of the provider identifier and the local user ID (i.e. FacebookProfile#1234). This is nice, however, It takes the provider ID from

Re: [cas-user] CAS config server credentials

2017-10-09 Thread David Curry
Normally you disable the static authentication handler altogether once you have a "real" authentication handler (e.g., LDAP or Active Directory) configured. To do that, put this in cas.properties: cas.authn.accept.users: Just leave the value empty. If you really and truly want to keep the

[cas-user] CAS config server credentials

2017-10-09 Thread Sandor Juhasz
Hello, how can i change the default credentials casuser//Mellon. security.user.name= security.user.password= don't work, neither in config server bootstrap or cas.properties. -- *Sándor Juhász* System Administrator *ChemAxon* *Ltd*. Building Hx, GraphiSoft Park, Záhony utca 7, Budapest,

[cas-user] Global post authentication processing

2017-10-09 Thread Filip Majernik
I am using CAS to authenticate users for a service, which contains user profiles. I need to map this user profiles to the users, i.e. I need a unique user identifier, which I get from the authentication. This is more or less provided by the CAS, however I also need to store the information