Connecting SAP Analytitics Cloud to OneIdentity using SCIM Connector

Hi group!!

We would like to connect SAP Analytics Cloud to OneIdentity using the SCIM Connector. Do you know if this is possible?

We got stack filling the following fields in the wizard:

- Schema:

- Resources (users, group, etc.):

- Supported service options

We did not find the endpoints that have to be inserted there.

Any idea?

Kind regards.

Parents
  • Hi David,

    I'm not sure if it's the same thing as 'SAP Analytics Cloud' but I have recently connected to SAP IPS using the SCIM connector.

    SAP IPS does NOT expose any endpoints so you have to leave them blank - which means the connector will use the builtin defaults.

    If you need a custom schema then you will have to provide a schema JSON and a resourcetypes JSON to override the builtin defaults.

    HTH, Barry.

  • Hi Barry,

    Hope everything is good!

    We are still setting up the SCIM connector to connect SAC with OneIdentiy.

    We have already tested the connection with SAC using Postman as the client. We have managed to get the token and then users and groups. The problem now is that when we try to create the SCIM connector with the same data, when we click on the test button the wizard ends up with the error "401 invalid basic authentication token"

    The configuration is as follow (The same in Postman):

    - Authentication type: OAuth authentication

    - Grant type: Client credentials

    Any idea?

    Kind regards ;)

  • Hi,

    Without screenshots of your config (Edit connection wizard) it's hard to know where you are going wrong ...... but ...... if you are using OAuth authentication ..... you should set:

    If you're lucky ;-)

    Endpoints all empty!

    Your choice.

    Leave blank if using default schema (only shows up in Expert mode)

    Next next next ..... to end.

    The authentication endpoint url is usually different to the server url.

    Hope it helps, B.

  • Hi Barry,

    I would like to attach some screenshots of my configuration, but it seems that this option is not enabled in the forum... Related to this I found this thread -> link

    Anyway, my configuration seems the same as yours, only in the field URI of service I used api/v1/scim.

    The SAC tenant is hosted in AWS, I don't know if this could be a problem... But as I said from Postman I have managed to get the groups and users.

    Kind regards.

  • Hi,

    We have had configurations that work from Postman but not from OI .... so the two don't always match.

    The only thing I can suggest now is that you enable trace logging on the SynchronizationEditor.exe to see if that shows anything and/or use Fiddler and/or WireShark to see what is happening at the network level.

    Either that or it's a support case.

    Cheers, B.

Reply
  • Hi,

    We have had configurations that work from Postman but not from OI .... so the two don't always match.

    The only thing I can suggest now is that you enable trace logging on the SynchronizationEditor.exe to see if that shows anything and/or use Fiddler and/or WireShark to see what is happening at the network level.

    Either that or it's a support case.

    Cheers, B.

Children