[cas-user] Re: CAS with two ldap servers

2016-09-21 Thread Nikolas Stylianides
Hi Christopher. Thank you for your answer. Can we accomplish that with AWS ELB? Otherwise, can we use nginx for that? Also in failover IP configuration? Τη Παρασκευή, 16 Σεπτεμβρίου 2016 - 5:39:38 μ.μ. UTC+3, ο χρήστης Nikolas Stylianides έγραψε: > > Hi. > Does anyone know how to

[cas-user] CAS with two ldap servers

2016-09-16 Thread Nikolas Stylianides
Hi. Does anyone know how to configure a CAS server with two ldap servers (in MirrorMode)? Thank you in advance. -- 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

[cas-user] CAS 5.0 Monitoring - Dashboard

2017-03-07 Thread Nikolas Stylianides
Hi there. I have configured the Admin pages security with SSO (LDAP authentication) with my CAS. I also set an adminuser.properties with: user=xxx,ROLE_ADMIN Domain: myservice Once i access /cas/status/dashboard it redirects to /cas/login with url paramter service value set at

[cas-user] CAS ticket registry - AWS DynamoDB

2019-03-26 Thread Nikolas Stylianides
Hi there. Has anyone configured AWS DynamoDB as a ticket registry? -- - 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

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-25 Thread Nikolas Stylianides
Hi Jerome. Any ideas about this? Anyone else from the developer team? Is this a bug of 6.2.x or a feature? On Tue, Aug 25, 2020 at 1:55 PM Nikolas Stylianides wrote: > Hi Jerome. > Just tried that. See my service configuration below. > The same outcome. > >

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-26 Thread Nikolas Stylianides
ike excepted in 6.1. > > Jérôme. > > Le mer. 26 août 2020 à 06:19, Nikolas Stylianides > a écrit : > >> Hi Jerome. >> Any ideas about this? >> Anyone else from the developer team? >> Is this a bug of 6.2.x or a feature? >> >> >> On Tue,

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-25 Thread Nikolas Stylianides
quot;enabled" : true, "ssoEnabled" : true } } On Tue, Aug 25, 2020 at 12:03 AM Jérôme Steve wrote: > Hi Nikolas, > > Si after looking tour configuration, nom it's not "normal". Claims should > ne appear on thé top level

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-21 Thread Nikolas Stylianides
; In cas OIDC claims values come from attribute repositories. > So you have to define it to retrieved your attributes value. > And after you can map it to the OIDC claims. > > Jérôme > > Le ven. 21 août 2020 à 09:39, Nikolas Stylianides > a écrit : > >> when i use the P

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-22 Thread Nikolas Stylianides
quot;: "test", "sub": "test", "service": "client_id", "auth_time": 1598017095, "id": "test", "client_id": "client_id" } Στις Παρασκευή, 21 Αυγούστου 2020 στις 4:48:44 μ.μ. UTC+3

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-22 Thread Nikolas Stylianides
llation/OIDC-Authentication.html#mapping-claims > > > > Le sam. 22 août 2020 à 10:34, Nikolas Stylianides > a écrit : > >> Anyone with an answer for this behavior? >> I can now release attributes but only under the field "attributes". >> Anyth

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-22 Thread Nikolas Stylianides
I have gone this further. I declare a SCOPE of my own. With specific CLAIMS. And this claims are mapped to attributes. All claims appear in field "attributes" and not in the top hierarchy. is this normal? On Sat, Aug 22, 2020 at 3:43 PM Nikolas Stylianides wrote: > Hi Jerome.

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-22 Thread Nikolas Stylianides
guration to be sure. > > Le sam. 22 août 2020 à 15:16, Nikolas Stylianides > a écrit : > >> I have gone this further. >> I declare a SCOPE of my own. With specific CLAIMS. >> And this claims are mapped to attributes. >> >> All claims appear in field

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-22 Thread Nikolas Stylianides
phoneNumber OID Connect configuration (the ones that are related to claims) cas.authn.oidc.subject-types=public cas.authn.oidc.scopes=myownscope,openid,profile,email,address,phone,offline_access cas.authn.oidc.claims=mail,givenName,sub,name,preferred_username,family_name,given_

[cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-19 Thread Nikolas Stylianides
code" ] ], "theme": "apereo", "description" : "This service definition authorizes all application urls that support HTTPS and IMAPS protocols.", "evaluationOrder" : 1, "attributeReleasePolicy" : { "@class" : "or

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-20 Thread Nikolas Stylianides
Hi there. Another strange behavior is the following. I am setting my Moodle to OIDC and the procedure goes well. Once i "Allow" the the claims it does not get any user info. CAS Debugger reports: which username is actually client_id On Wed, Aug 19, 2020 at 6:35 PM Nikolas Styliani

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-21 Thread Nikolas Stylianides
"id": " aUserName ", "client_id": "client_id" } Any ideas why i have no claims in the return JSON? Maybe the same happens with the AUTHORIZATION_CODE grant_type? Στις Πέμπτη, 20 Αυγούστου 2020 στις 5:37:33 μ.μ. UTC+3, ο χρήστης Nikolas Styl

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-27 Thread Nikolas Stylianides
m is here : > cas.authn.oidc.userDefinedScopes.myownscopes=mail,givenName > > cas.authn.oidc.userDefinedScopes.myownscopes=email,given_name > cas.authn.oidc.claimsMap.email=mail > cas.authn.oidc.claimsMap.given_name=givenName > > In your userDefinedScopes.myownscopes you h

Re: [cas-user] CAS 6.2.1 OpenID Connect OP attribute release issues

2020-08-27 Thread Nikolas Stylianides
ot;claim_test": "test_value", > ... > "attributes": { > "claim_test": "test_value" > }, > ... > } > > Jérôme. > > > Le jeu. 27 août 2020 à 08:36, Nikolas Stylianides > a écrit : >

[cas-user] Wordpress as a backend

2020-12-01 Thread Nikolas Stylianides
Hi all. We are currently using OpenLDAP for the user database (password, profile, groups). It would be interesting though to enable CAS to authenticate against a Wordpress user database and read also the Principles from that database (and also Roles). Has anyone tried it? Thank you in

[cas-user] CAS Authentication Method: Authenticate against Wordpress using REST API

2021-08-25 Thread Nikolas Stylianides
Hi there. Has anyone experience or succeeded to build an authentication mechanism to utilize Wordpress REST API? -- - 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

Re: [cas-user] CAS Authentication Method: Authenticate against Wordpress using REST API

2021-08-30 Thread Nikolas Stylianides
gt; > Or do you want wordpress to be the authentication source for cas, > https://apereo.github.io/cas/6.3.x/installation/Rest-Authentication.html? > > Ray > > On Wed, 2021-08-25 at 06:46 -0700, Nikolas Stylianides wrote: > > Notice: This message was sent from outside the Uni

[cas-user] OIDC Provider for Firebase

2021-09-23 Thread Nikolas Stylianides
Hi all, does anyone set up CAS as a provider for Firebase? On the CAS site what protocol and which end points must be set to work? On the Firebase site how is it configured? Thank you in advance. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas -

[cas-user] SAML2 IDP Metadata using Mongo

2023-10-16 Thread Nikolas Stylianides
o decouple the IDP Metadata configuration from the CAS deployment? Thank you in advance. -- Δρ. Νικόλας Στυλιανίδης Ηλεκτρολόγος Μηχανικός και Μηχ. Υπολογιστών Nikolas Stylianides, Dr. Dr. Eng. in Electrical & Computer Engineering Contacts - Mobile Tel.: +35796741315 Em

[cas-user] SAML2 IDP Metadata using Mongo

2023-10-16 Thread Nikolas Stylianides
CAS: 6.6.x When using the file system to store IDP Metadata we have a successful flow for SAML2 When we try to store the IDP Metadata on Mongo we get different kind of errors. Of course all have to do with signing and encryption keys. CAS is able to communicate with Mongo and successfully

[cas-user] Configuration parameters

2023-01-14 Thread Nikolas Stylianides
hi there Is there a way to setup LDAP indexing parameters in Azure Key Vault even though Secret naming rules does not allow [ or ] ? -- Δρ. Νικόλας Στυλιανίδης Ηλεκτρολόγος Μηχανικός και Μηχ. Υπολογιστών Nikolas Stylianides, Dr. Dr. Eng. in Electrical & Computer Engineering Cont