Disable Basic Authentication in SCIM API

Is it possible to disable Basic Authentication in SCIM API

Hey @ashishbhatia Welcome to the developer community and thanks for posting this question. Typically speaking, I would not advise removing this Authentication. Perhaps you could elaborate on your use case a bit for us? Why do you wish to remove this security? Do you have something else covering security currently?

Hello @jordan.violet

We want authorization should happen with just OAuth2.0 authentication and it should not support basic auth

Thank you for clarifying. Let me do some investigating and I will see if I can provide a solution for you.

1 Like

@ashishbhatia, after some investigating, it looks like this is not something that can be easily solved with an out-of-the-box solution. You might be able to build a wrapper API handler that only supports OAUTH, but that would be a bit of a long, hard road to travel for a workaround.

I suggest you explain your usecase and submit your idea for this feature to https://ideas.sailpoint.com/. The team takes customer and partner feedback very seriously & you might be able to get this on the roadmap.

Best of luck to you. We hope to see more of you in the Developer Community!

1 Like