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
0
votes
1 answer

Syncope CSV connector not creating users

I have been playing with Apache Syncope and tried creating a CSV connector with a resource and a Pull task assigned. The connector parameters: File mask: \.csv Key column name: id [override] Password column name: employeeNum Column names:…
Turbut Alin
  • 2,568
  • 1
  • 21
  • 30
0
votes
1 answer

Apache Syncope REST API: Set password on user creation

Apache Syncope 2.0.0-M2 I use Syncope REST API to create a user. It is created successfully, except for the password, which remains null. Does anyone know how to get password defined? Here is the command: $ curl -X POST -u admin:password -H…
Vlad.Bachurin
  • 1,340
  • 1
  • 14
  • 22
0
votes
1 answer

Cannot Connect Syncope with Apache DS

I am facing an error while trying to add an apache DS backend to apache syncope. Environment Apache DS v 2.00-M20 Apache syncope v 1.2.4 OS Windows 7 64 bit I have followed the apache DS tutorial and have imported the ldif file I have…
windwaker
  • 315
  • 3
  • 12
0
votes
1 answer

Is there a way I can use Apache Syncope only for authorization?

I would like to use UI authorization feature to manage roles and permissions, but I have very tricky logic for authentication and I want to keep it outside of syncope, Is the a way I can use it only for authorization purposes? For example can I…
Eddie Jamsession
  • 1,006
  • 6
  • 24
0
votes
1 answer

User management and single-sign on over REST

I am building a web application with front-end coded in angular. The front-end will access a bunch of web-services coded in Java/Spring. There might be other ways that people may try to access the webservices such as from a desktop tool. Now I need…
0
votes
1 answer

How do I setup temporary account lockout in Apache Syncope?

How do I setup Apache Syncope so that a user's account is automatically unlocked after X minutes since their last failed login attempt? Where X is configurable. I've already set the Global Account Policy's Maximum number of subsequent failed logins…
John Ellinwood
  • 14,291
  • 7
  • 38
  • 48
-1
votes
1 answer

Looking for a good open-source IAM system

I am a PhD student and my dissertation is in the IAM domain. I am looking for an open-source enterprise IAM system with support for federation of social identities. I will need to make some changes in both back-end policy evaluation side and…
MNWA
  • 91
  • 2
  • 11
1
2