Giter Site home page Giter Site logo

password not synced about scimgateway HOT 3 CLOSED

jelhub avatar jelhub commented on June 8, 2024
password not synced

from scimgateway.

Comments (3)

jelhub avatar jelhub commented on June 8, 2024

Hi,
This is a OCI thing, when users are created in OCI they probably need a password to be able to logon?

You can't retrieve users password from AD (plugin-ldap) to be used in a sync to OCI.

Your sync logic needs to set a random password while creating user in OCI and then send this password by mail to user.

Or maybe better, you could enable OCI multifactor with some sms or mail options to let user reset forgotten password (e.g. first time logon)

Jarle

from scimgateway.

shahidv3 avatar shahidv3 commented on June 8, 2024

Thanks @jelhub for the quick response.

My understanding was SCIM GW (plugin-ldap) will help me to sync users, groups plus user credentials from on-prem AD
Also our objective is to have SSO to OCI using on prem AD credentials without resetting the password.
But looks like we can't sync the existing passwords from on-prem AD using plugin-ldap.

many thanks,

from scimgateway.

jelhub avatar jelhub commented on June 8, 2024

AD and Azure store passwords as hash-values, both using the same algorithm, hence passwords (hash) can be synced between AD and Azure.

This password hash cannot be copied to OCI, because Oracle nor SCIM Gateway have accesses to Microsoft’s password algorithm.

It's not possible to convert from hash to clear text (apply to Microsoft also), that's why storing passwords as hash is the preferred way of handling passwords.

Jarle

from scimgateway.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.