Re: Configure Syncope-console to accept logged in identity/username?

2020-05-19 Thread Francesco Chicchiriccò
ially might be able to leverage either of the approaches you > mentioned: > > - We are using Oracle OAM to protect Syncope, and we can configure the OAM to > cause a SAML assertion to Syncope in an HTTP header. I was looking at the > article you linked, but in our Syncope (2.1.5),

Re: Configure Syncope-console to accept logged in identity/username?

2020-05-18 Thread ohaya
our (us) IDP metadata that was mentioned in the article in the Syncope console (Extensions → SAML 2.0 SP → Identity Providers → click the "+" icon)? I notice that article is fairly recent, so is that not available in 2.1.5? - We are also (or can also be) compatible with OpenID, b

Re: Configure Syncope-console to accept logged in identity/username?

2020-05-18 Thread ohaya
Oracle OAM to protect Syncope, and we can configure the OAM to cause a SAML assertion to Syncope in an HTTP header. I was looking at the article you linked, but in our Syncope (2.1.5), I don't see our (us) IDP metadata that was mentioned in the article in the Syncope console (Extensions → SAML 2.0

Re: Configure Syncope-console to accept logged in identity/username?

2020-05-18 Thread ohaya
in the Syncope console (Extensions → SAML 2.0 SP → Identity Providers → click the "+" icon)? I notice that article is fairly recent, so is that not available in 2.1.5? - We are also (or can also be) compatible with OpenID, but similar to the SAML situation above, I don't see where we add th

Re: Configure Syncope-console to accept logged in identity/username?

2020-05-18 Thread ohaya
Syncope (2.1.5), I don't see our (us) IDP metadata that was mentioned in the article in the Syncope console (Extensions → SAML 2.0 SP → Identity Providers → click the "+" icon)? I notice that article is fairly recent, so is that not available in 2.1.5? - We are also (or can also be)

Re: Configure Syncope-console to accept logged in identity/username?

2020-05-18 Thread Francesco Chicchiriccò
Hi Jim, short answer: no, you cannot log into Syncope Console via the "simple" REMOTE_USER header, as injected by a reverse-proxy as Apache HTTPD or NGINX. Long answer follows. When you log into Console, the credentials are used to obtain a valid JWT from Core, which allow further

Configure Syncope-console to accept logged in identity/username?

2020-05-17 Thread ohaya
Hi, I have been able to configure an Apache proxy in front of Syncope (/syncope-console) running under Tomcat. I am using mod_ajp to connect the Apache to the Tomcat that Syncope is running under and I configured an AJP connector on that Tomcat. Also, I am able to pass a logged-in user

Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
Ok, I was missing a configuration in server.xml... it is working now. On Thursday, May 14, 2020, 03:15:44 PM EDT, wrote: Also in the Tomcat localhost log file I am seeing this: 192.168.181.153 - - [14/May/2020:18:41:33 +] "POST /syncope-console/login;jsess

Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
Also in the Tomcat localhost log file I am seeing this: 192.168.181.153 - - [14/May/2020:18:41:33 +] "POST /syncope-console/login;jsessionid=145679823C04C8CB87203E692507C264?0-1.0-login-submit HTTP/1.1" 400 1186 I think that is a 400 error, but I am not sure "why?" bec

Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
ig we have to change in Syncope to enable the proxying to work? Thanks, Jim On Thursday, May 14, 2020, 11:04:23 AM EDT, wrote: Hi, I am trying to proxy the Syncope console with an Apache (reverse) proxy.  So far, after I setup the Apache proxy, I can get to the Syncope console login page,

Re: Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
to enable the proxying to work? Thanks, Jim On Thursday, May 14, 2020, 11:04:23 AM EDT, wrote: Hi, I am trying to proxy the Syncope console with an Apache (reverse) proxy.  So far, after I setup the Apache proxy, I can get to the Syncope console login page, but when I try to submit

Proxying Syncope console with Apache reverse-proxy?

2020-05-14 Thread ohaya
Hi, I am trying to proxy the Syncope console with an Apache (reverse) proxy. So far, after I setup the Apache proxy, I can get to the Syncope console login page, but when I try to submit the login, nothing happens. I have been trying to diagnose what is going on, but so far, I cannot see

Re: syncope-console HTTP Status 500 – Internal Server Error

2019-10-17 Thread vesco
I think i was using BOTH pool connections: - Application-managed (default); based on HikariCP, the related parameters can be tuned in the related domain configuration file, e.g. domains/Master.properties, for the Master domain. - JavaEE Container-managed, via the JNDI resource matching the

Re: syncope-console HTTP Status 500 – Internal Server Error

2019-10-17 Thread Andrea Patricelli
Il 17/10/19 15:09, vesco ha scritto: Yeah i did follow [1] in facts all files that must be modified: - provisioning.properties - domains/Master.properties Were already ok, i mean i didn't have to edit nothing. My Postgre version is 12 cause in the reference it's written: "Apache Syncope 2.1.5

Re: syncope-console HTTP Status 500 – Internal Server Error

2019-10-17 Thread vesco
Yeah i did follow [1] in facts all files that must be modified: - provisioning.properties - domains/Master.properties Were already ok, i mean i didn't have to edit nothing. My Postgre version is 12 cause in the reference it's written: "Apache Syncope 2.1.5 is verified with PostgreSQL server >=

Re: syncope-console HTTP Status 500 – Internal Server Error

2019-10-17 Thread vesco
i could from another machine so now i can access to /syncope-console/ but i'm still getting errors on tables not getting created! *\var\lib\pgsql\12\data\log\postgresql-Thu.log* 2019-10-17 09:24:34.114 CEST [20645] ERROR: relation "qrtz_scheduler_state" does not exist at character 22

Re: syncope-console HTTP Status 500 – Internal Server Error

2019-10-15 Thread Andrea Patricelli
2.1.5 Core - /syncope-console Apache Syncope 2.1.5 Console - /syncope-enduser Apache Syncope 2.1.5 Enduser First probem i've encountered was not getting any tables of quartz, so after digging up a bit i imported this sql into my postgres: /opt/syncope/core/src/main/resources/quartz/tables_postgres.sql

syncope-console HTTP Status 500 – Internal Server Error

2019-10-11 Thread vesco
Hello syncope team! I'm trying to build apache syncope on a Virtual Machine with this requirements: - Linux CentOS 7 - Apache Tomcat/9.0.26 - JVM 1.8.0_222-b10 - Postgres (PostgreSQL) 10.10 - /syncope Apache Syncope 2.1.5 Core - /syncope-console Apache Syncope 2.1.5 Console - /syncope

Re: syncope-console HTTP Status 500 – Internal Server Error

2019-10-11 Thread vesco
uops ok sorry i've deleted my post and sent another mail http://syncope-user.1051894.n5.nabble.com/template/NamlServlet.jtp?new_topic -- Sent from: http://syncope-user.1051894.n5.nabble.com/

Re: syncope-console HTTP Status 500 – Internal Server Error

2019-10-11 Thread Francesco Chicchiriccò
t; sto cercando di implementare syncope su una Virtual Machine avente: > - Linux CentOS 7 > - Apache Tomcat/9.0.26 > - JVM 1.8.0_222-b10 > - Postgres (PostgreSQL) 10.10 > - /syncopeApache Syncope 2.1.5 Core > - /syncope-console Apache Syncope 2.1.5 Console > - /syncope-enduser A

Re: New installation - cannot connect to Syncope console

2019-07-19 Thread Francesco Chicchiriccò
ards. On 18/07/19 23:36, oh...@yahoo.com <mailto:oh...@yahoo.com> wrote: Hi, I had some time to settle down and try to dig into the problems, and looking at the Tomcat manage web app, it looks like the 3 syncope applications (syncope, syncope-console, and syncope-en

Re: New installation - cannot connect to Syncope console

2019-07-19 Thread Noah Hansen .
ustomTemplate.json /opt/syncope/conf > > (assuming the default layout for deployment directories, read in the guide > for more info). > > At this point you can deploy the three WAR files generated. > > Hope this helps. > Regards. > > On 18/07/19 23:36, oh...@yahoo.com wro

Re: New installation - cannot connect to Syncope console

2019-07-19 Thread Francesco Chicchiriccò
try to dig into the problems, and looking at the Tomcat manage web app, it looks like the 3 syncope applications (syncope, syncope-console, and syncope-enduser) are all failing to start when Tomcat starts.  Also trying to start the apps from the manage web app fails. That probably explains why I

Re: New installation - cannot connect to Syncope console

2019-07-18 Thread oh...@yahoo.com
Hi, I had some time to settle down and try to dig into the problems, and looking at the Tomcat manage web app, it looks like the 3 syncope applications (syncope, syncope-console, and syncope-enduser) are all failing to start when Tomcat starts.  Also trying to start the apps from the manage

New installation - cannot connect to Syncope console

2019-07-18 Thread oh...@yahoo.com
I can log into that. - That error/stacktrace that he posted is from trying to access http://hostname:8080/syncope-console/. - Can someone let us know how we might be able to enable some debug logging to try to determine what is wrong?  FYI, we have checked logging under /apps/apache-tomcat/logs, and u

Re: Syncope-console not starting with docker-compose

2018-12-28 Thread Francesco Chicchiriccò
OOL_MIN: 2        OPENJPA_REMOTE_COMMIT: sjvm    syncope-console:      depends_on:        - syncope      image: apache/syncope-console:2.1.2      ports:        - "28080:8080"      restart: always      environment:        CORE_SCHEME: http        CORE_HOST: syncope        CORE_PORT: 8080    syncope-endu

Re: Syncope-console not starting with docker-compose

2018-12-28 Thread Suresh Mali
   restart: always      environment:         DBMS: postgresql        DB_URL: jdbc:postgresql://db:5432/syncope         DB_USER: syncope        DB_PASSWORD: syncope        DB_POOL_MAX: 10         DB_POOL_MIN: 2        OPENJPA_REMOTE_COMMIT: sjvm    syncope-console:      depends_on:        - syncope

Re: Syncope-console not starting with docker-compose

2018-12-28 Thread Francesco Chicchiriccò
   restart: always      environment:        DBMS: postgresql        DB_URL: jdbc:postgresql://db:5432/syncope        DB_USER: syncope        DB_PASSWORD: syncope        DB_POOL_MAX: 10        DB_POOL_MIN: 2        OPENJPA_REMOTE_COMMIT: sjvm    syncope-console:      depends_on:        - syncope      ima

Re: Syncope-console not starting with docker-compose

2018-12-28 Thread Suresh Mali
OL_MAX: 10       DB_POOL_MIN: 2       OPENJPA_REMOTE_COMMIT: sjvm    syncope-console:     depends_on:       - syncope     image: apache/syncope-console:2.1.2     ports:       - "28080:8080"     restart: always     environment:       CORE_SCHEME: http       CORE_HOST: syncope        CORE_PORT: 808

Re: Syncope-console not starting with docker-compose

2018-12-28 Thread Francesco Chicchiriccò
,  syncope-enduser  opens login screen however syncope-console is not working when I do http://localhost:28080/syncope-console/ I am getting following errors HTTP Status 500 – Internal Server Error *Type* Exception Report

Syncope-console not starting with docker-compose

2018-12-28 Thread Suresh Mali
Hi, I am new to syncope,  I am trying to install with docker-compose I used  https://syncope.apache.org/docs/getting-started.html#docker-compose-samples It gets installed,  syncope-enduser  opens login screen however syncope-console is not working when I do http://localhost:28080/syncope-console

Re: Are there any way to add/update css for Syncope Console UI?

2018-09-27 Thread Francesco Chicchiriccò
html tag to avoid date custom modification. As a result date picker will work only when you select calendar date. Are there any way to add custom css for Syncope Console UI? One way I see is to customize index.html page /org/flowable/flowable-ui-modeler-app/6.3.1/flowable-ui-modeler-app-6.3.1.wa

Are there any way to add/update css for Syncope Console UI?

2018-09-26 Thread Alex123
ation. As a result date picker will work only when you select calendar date. Are there any way to add custom css for Syncope Console UI? One way I see is to customize index.html page /org/flowable/flowable-ui-modeler-app/6.3.1/flowable-ui-modeler-app-6.3.1.war!/WEB-INF/classes/static/i

AW: AW: AW: Syncope Console realms listing

2018-09-13 Thread Maria Barth
Betreff: Re: AW: AW: Syncope Console realms listing Hi Maria, no problem. Since Syncope Docker images are generate from .deb packages you should extend the original Docker image of the console and manually replace the file in the compiled sources. Otherwise you should build your own Docker image

Re: AW: AW: Syncope Console realms listing

2018-09-13 Thread Andrea Patricelli
deploy the new syncope-console.war to the syncope-console docker container? I am using the Docker Compose tool. Thank you and regards, Maria *Von:*Maria Barth [mailto:mba...@cad-schroer.de] *Gesendet:* Mittwoch, 12. September 2018 16:34 *An:* *Betreff:* AW: AW: Syncope Console realms listing Hi

AW: AW: Syncope Console realms listing

2018-09-13 Thread Maria Barth
Hello Andrea, sorry to bother you again J Could you please advice, how I can deploy the new syncope-console.war to the syncope-console docker container? I am using the Docker Compose tool. Thank you and regards, Maria Von: Maria Barth [mailto:mba...@cad-schroer.de] Gesendet

AW: AW: Syncope Console realms listing

2018-09-12 Thread Maria Barth
Re: AW: Syncope Console realms listing Hi, please take a look to the class at [1]. You should toggle visibility of the component that displays the realm list to false instead of simply disabling the component row. N.B. In order to override classes you should use a Syncope archetype project

Re: AW: Syncope Console realms listing

2018-09-11 Thread Andrea Patricelli
*Betreff:* Re: Syncope Console realms listing Hi Maria, Could you please specify which version of Syncope are you using? The current implementation of the console shows all other realms, but disables the ones on which the admin user does not have permission (you should see a "not allowed&

AW: Syncope Console realms listing

2018-09-10 Thread Maria Barth
. September 2018 11:06 An: user@syncope.apache.org Betreff: Re: Syncope Console realms listing Hi Maria, Could you please specify which version of Syncope are you using? The current implementation of the console shows all other realms, but disables the ones on which the admin user does not have

Re: Syncope Console realms listing

2018-09-10 Thread Andrea Patricelli
Hi Maria, Could you please specify which version of Syncope are you using? The current implementation of the console shows all other realms, but disables the ones on which the admin user does not have permission (you should see a "not allowed" icon on realms different than "Firma1"). in order

Syncope Console realms listing

2018-09-10 Thread Maria Barth
Hello, my requirement is to have a user in Syncope, who is able to administrate other users in the same realm, but who may not see the list of other realms. Is it possible? I have configured a role, with following entitlements on the realm: "entitlements":[

Syncope-console https java.io.IOException: IOException invoking https://localhost/syncope/rest/platform: HTTPS hostname wrong: should be

2018-03-11 Thread Ravindra Singareddy
Hi All, I am running into issue, when running syncope-console in https with self signed certificates in Wildfly. Here are commands are used for signing the certificate cd /opt/bitnami/wildfly/standalone/configuration sudo keytool -genkey -alias server -keyalg RSA -validity 3650 -keysize 2048

Re: Syncope Console

2013-12-19 Thread Francesco Chicchiriccò
On 18/12/2013 23:14, Siva Nookala wrote: Hi, In the documentation it is mentioned that the root administrator (admin) has all the entitlements. https://cwiki.apache.org/confluence/display/SYNCOPE/Authentication+and+authorization#Authenticationandauthorization-Rootadministrator When I try to

Re: Syncope Console

2013-12-19 Thread Siva Nookala
Hi Francesco, Thank you for the prompt reply. I am running real-world setup. Thanks Siva On Dec 19, 2013, at 3:23 AM, Francesco Chicchiriccò ilgro...@apache.org wrote: On 18/12/2013 23:14, Siva Nookala wrote: Hi, In the documentation it is mentioned that the root administrator (admin)

Re: Syncope Console

2013-12-19 Thread Francesco Chicchiriccò
On 19/12/2013 14:17, Siva Nookala wrote: Hi Francesco, Thank you for the prompt reply. I am running real-world setup. Ok: some more information requested, then: * which DBMS? * which JEE container? * have you modified core/src/main/resources/content.xml? * was such role '5' created by

Re: Syncope Console

2013-12-19 Thread Siva Nookala
Hi Francesco,Here are the details,Database: mysqlJEE container: tomcatContent.xml is modified to add default roles (attached)The roles I tried to access from syncope console are all created in content.xml. Its fails even after I logout or re-start tomcat. content.xml Description: XML document

Re: Syncope Console

2013-12-19 Thread Siva Nookala
: tomcat Content.xml is modified to add default roles (attached) The roles I tried to access from syncope console are all created in content.xml. Its fails even after I logout or re-start tomcat. Ok, found the problem then. When a new role is created, Syncope automatically crates

Re: Syncope Console

2013-12-19 Thread Siva Nookala
: tomcat Content.xml is modified to add default roles (attached) The roles I tried to access from syncope console are all created in content.xml. Its fails even after I logout or re-start tomcat. Ok, found the problem then. When a new role is created, Syncope automatically crates