Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET request to SCIM endpoint returns 404 when "scim" is part of the user externalId #3

Open
ysathyanarayana opened this issue Jan 8, 2025 · 0 comments

Comments

@ysathyanarayana
Copy link

Issue: GET request to SCIM endpoint returns 404 when "scim" is part of the user externalId

Description:
When making a GET request to the SCIM endpoint with a user externalId that contains the keyword "scim", the server returns a 404 status code with the error "Endpoint not found for resource".

Steps to Reproduce:

  1. Create a user with a Username/ExternalId that includes the keyword "scim" (e.g., "SCIM123").
  2. Perform a GET request to the SCIM endpoint using the created Username/ExternalId.

Example Request:
GET 'https://{{host}}/scim/tenant1/users/SCIM123'

Expected Result:
The user data should be fetched successfully.

Actual Result:
The server responds with a 404 status code and the error "Endpoint not found for resource".

Additional Information:

  • The issue occurs specifically when the keyword "scim" is part of the user externalId.
  • Other user externalIds without the keyword "scim" work as expected.

Attached issue screenshot and logs.

Issue logs.txt
Issue_screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant