1

I am running Okta's Example SCIM (v2.0) Server and I wish to know how to integrate it with SailPoint IIQ. It asks for the Basic Authentication username and password. However, the example app has not authentication configured. Please help!

jahin07
  • 67
  • 1
  • 9

1 Answers1

2

Assuming that you're using the Python version of Okta's Example SCIM server (which has no authentication) I would suggest using the Flask Snipped on HTTP Basic Auth as a guide for adding authentication to the sample.

Joël Franusic
  • 1,178
  • 8
  • 18