Code Monkey home page Code Monkey logo

Comments (5)

jelhub avatar jelhub commented on June 30, 2024

Hi,

You are probably looking for some Just-In-Time Provisioning (JIT) that should be triggered by Symantec after successful ADFS authentication.

Instead of ADFS, Symantec (or the logic) could retrieve user/groups directly from Active Directory using scimgateway plugin-ldap.

Regards,
Jarle

from scimgateway.

security-knights avatar security-knights commented on June 30, 2024

Hi Jarle,
thank You.

I have dropped a look at the documentation from Symantec and it appears that only supported function by their logic goes in opposite direction, not by Symantec initiated triggering but instead: IdP-connected-SCIM -> notifying Symantec:

"Use the following end point URL for notifying Symantec for an IdP entity update via SCIM protocol: https://admin.tenant.symcloud.com/v1/identities/zzzz/scim"

So it appears that when change is detected on IdP, notification is expected to be sent towards Symantec, not vice versa.

Is this something that can be done in this way or am I missing something?

Thanks.

from scimgateway.

jelhub avatar jelhub commented on June 30, 2024

The same vendor has SiteMinder SSO that also have similar prerequisites for federation, user must exist in the internal "corporate" user store for federation using external IdP to work.

For SiteMinder, the SiteMinder Java SDK was used to build the JIT logic needed for updating the internal user store based on the incoming authentication OIDC/SAML claims.

If WSS do not have any similar API's or not able to do any SCIM Gateway trigger call in the authentication process, you should probably make some scheduled sync job that reads from AD (plugin-ad) and updates WSS (plugin-scim)

The scheduler could be built into the plugin.

SCIM Gateway can run multiple plugins. One plugin could call another, or you could merge misc. plugins logic into one plugin.

from scimgateway.

jelhub avatar jelhub commented on June 30, 2024

You will probably read of both AD and WSS, compare and then update WSS when users/groups are out of sync.

from scimgateway.

security-knights avatar security-knights commented on June 30, 2024

Thank You, looking into that.

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.