I'm in the process of building an integration with SAS-Viya that will use REST (SCIM) calls to manage identities in their platform.
I've been told (by an Oracle rep) that I can use the Generic REST Connector (GRC) and add that as an Orchestrated System in Access Governance. There is extensive documentation on how to configure this, mostly using IDCS, but I can glean enough to understand how to build it for another application.
There's a key difference in this implementation that is confounding me. The GRC is configured to use credentials to retrieve an auth token to use in subsequent tasks/calls. With SAS-Viya, they provide the auth token manually.
Here are my specific questions:
- Does anybody have experience with SAS-Viya integrations via SCIM and the GRC?
- Is there any documentation for adapting the GRC templates to use an existing Auth Token instead of generating one?
- Is this connector the same as the generic rest connector for 12c? So if I can find some version somebody used for 12c, would that be something that would help me with a connector for Access Governance?