Captain-P-Goldfish / scim-for-keycloak

a third party module that extends keycloak by SCIM functionality
BSD 3-Clause "New" or "Revised" License
182 stars 46 forks source link

Endpoint Authentication Method Issue #120

Closed DL-YYA closed 1 week ago

DL-YYA commented 1 week ago

Hi, I know that the standard way of endpoint authentication is to put the generated token in the Authorization header of the HTTP request and prefix it with "Bearer". However, there are some cases where it may be required to configure a username and password.

So I was wondering if it is possible to implement the scim flow by providing username and password in the initiated request? If so, how do I do it? Thanks for your help.

Captain-P-Goldfish commented 1 week ago

Which API are you referencing? SCIM Client or SCIM Server?

Unbenannt

The API KEY selection can also be used to add specific custom headers to the HTTP request if required.