Questions tagged [apache-syncope]

Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology and released under Apache 2.0 license.

Apache Syncope is an Open Source system for managing digital identities in enterprise environments, implemented in Java EE technology and released under Apache 2.0 license.

Identity management (or IdM) represents the joint result of business process and IT to manage user data on systems and applications. IdM involves considering user attributes, roles, resources and entitlements in trying to give a decent answer to the question bumping up every time in an IT administrator's mind:

Who has access to What, When, How, and Why?

Source

22 questions
6
votes
1 answer

Realm definition in security

I searched a lot about security realms and read a lot of documentations for identity management systems such as WSO2, Keycloak, Apache Syncope and more, but unfortunately I couldn't find the exact meaning of security realm. I found that realm is a…
rjeeb
  • 461
  • 3
  • 11
3
votes
1 answer

Apache Syncope with OAuth 2

I am trying to find some information about using Apache syncope (Identity management system) with OAuth 2 authorization. I see there is no implementation in AS yet as written here: https://issues.apache.org/jira/browse/SYNCOPE-534 so AS is "pure"…
dtechlearn
  • 363
  • 2
  • 4
  • 21
1
vote
0 answers

Spring Cloud Config: Bootstrap context not loading profile-specific property files for binding

Setup Spring Boot 2.6.0 Spring Cloud Config 3.1 RC1 Apache Maven 3.8.x OpenJDK 11 Overview I have a multi-module Apache Maven project that is set up with the following modules: bootstrap: contains a PropertySourceLocator for…
1
vote
2 answers

Apache Syncope integration with Spring security

Want to know how to integrate Apache Syncope with Spring Security with a modular architecture and a bit of coding.
Ajith P
  • 21
  • 8
0
votes
0 answers

Are apache syncope or WSO2 IS suitable choices to handle access control?

I have some rest APIs developed using Spring. Depending on the perissions of different users, the access control process should be applied to these services. For example, based on a number of rules (that can be changed), only some of the services…
0
votes
0 answers

Cannot run Syncope 3.2.0 apps (maven instalation) in Apache Tomcat 10.1.17 (Ubuntu)

How to install and use Syncope 3.0.2 web apps (maven installation) in Apache Tomcat 10.1.17 (Ubuntu)? Hello. There are the steps I did to install Syncope according to documentation…
LMigMa49
  • 101
  • 1
  • 6
0
votes
1 answer

Apache Syncope connected with LDAP doesn't update user

I'm working with Apache Syncope 2.1.10 and I succesfully connect with LDAP server for user and group creation but when I try to update a field I get de following error in the update propagation task: [LDAP: error code 68 - Entry Already Exists] In…
0
votes
0 answers

Apache Syncope cross-domain ajax call returns No-Access-Control-Origin Despite enabling CORS filter on servlet

I am trying to fire a cross-domain ajax request to the Apache Syncope rest API running on localhost port 9080 (http://localhost:9080/syncope/rest) and Tomcat 9, from another web app running locally as well on port 9090 and Tomcat 7…
0
votes
1 answer

Analyse who logged in using Syncope Logs

I would like to keep track on which user logged into syncope console, when , and what are the changes done by the particular user; using logs. Is this possible and if Yes, which logs i have to look into ?
UMA MAHESWAR
  • 167
  • 3
  • 16
0
votes
1 answer

Apache Syncope modify @XmlElement

I have a Java Backend responding rest request with response with this class: import java.util.Collection; import java.util.Collections; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import…
Juan Medina
  • 164
  • 11
0
votes
1 answer

Apache Syncope - Installation with Tomcat8.5.24

Apache Syncope - apache-syncope-2.0.7.deb installation requires tomcat8 dependency. tomcat version 8.5.24 is installed using the tar.gz. Running sudo dpkg -i apache-syncope-2.0.7.deb there is an error Preparing to unpack apache-syncope-2.0.7.deb…
0
votes
1 answer

Recommended way for Multitenant User management

I want to manage users for N number of clients across 3 different products with different level of accessibility. I am not so interested in creating application from scratch as it will divert my core objective. Also I will be happy if any nominal…
Sumit Ramteke
  • 1,487
  • 1
  • 16
  • 39
0
votes
1 answer

Apache Syncope Installation on Windows - Issue

As per the installation steps shown in the URL - https://cwiki.apache.org/confluence/display/SYNCOPE/Install+Syncope+from+installer I had followed the same exact steps but I am stuck at step 5. It's neither throwing warning or errors. the whole…
Rohit Padma
  • 603
  • 5
  • 15
0
votes
1 answer

Error while building apache syncope

I tried to install apache syncope on my machine(ubuntu 16.04) according to this documentation. [https://syncope.apache.org/building.html#Prerequisites][1] I cloned the git repo and tried to build by using... mvn clean install Some installation…
Govinda Malavipathirana
  • 1,095
  • 2
  • 11
  • 29
0
votes
1 answer

How to authenticate a web application using Apache syncope?

I am trying to use Apache syncope for authentication in my web application. Can anyone tell me the steps to do that. Till now I have completed the installation. Syncope, Syncope-console and Syncope-enduser applications are up and running in tomcat…
1
2