You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the tool with an authentication type defined as "access token" (or personnal access token in some tools), an error occurs : instance value (\"accesstoken\") not found in enum (possible values: [\"oauth\",\"oauth2\",\"oauthbearertoken\",\"httpbasic\",\"httpdigest\",\"bearer\",\"Bearer\"])
But SCIM spec never declares the authentication types given as examples as explicit.
the following methodologies could be used, among others
Also, the specification notes several values but does not forbid other values. What if authentication is done with SAML? The spec does not define a value for this but it is a perfectly legal usecase
When trying to use the tool with an authentication type defined as "access token" (or personnal access token in some tools), an error occurs :
instance value (\"accesstoken\") not found in enum (possible values: [\"oauth\",\"oauth2\",\"oauthbearertoken\",\"httpbasic\",\"httpdigest\",\"bearer\",\"Bearer\"])
But SCIM spec never declares the authentication types given as examples as explicit.
See here: https://datatracker.ietf.org/doc/html/rfc7644#section-2
The text was updated successfully, but these errors were encountered: