Is there an existing issue for this?
Current Behavior
When I try to use SCIM endpoint at swagger UI on my instance the URL is not the right one:
curl -X 'GET' \
'https://instance/api/v2/scim/v2/ServiceProviderConfig' \
-H 'accept: application/scim+json'
The correct URL is https://instance/scim/v2/ServiceProviderConfig, without api/v2
Also the Coder Assist bot provides the wrong URL in its responses (and eventually the correct one as well).
Relevant Log Output
Expected Behavior
Swagger UI has correct links to SCIM
Steps to Reproduce
- Setup Coder with swagger
- Open /swagger page
- Authenticate on the top of the page
- Find scim entry for example
/scim/v2/ServiceProviderConfig
- Use "try it"
- Check Request URL
Environment
Additional Context
The issue occurs consistently
Is there an existing issue for this?
Current Behavior
When I try to use SCIM endpoint at swagger UI on my instance the URL is not the right one:
The correct URL is https://instance/scim/v2/ServiceProviderConfig, without
api/v2Also the Coder Assist bot provides the wrong URL in its responses (and eventually the correct one as well).
Relevant Log Output
Expected Behavior
Swagger UI has correct links to SCIM
Steps to Reproduce
/scim/v2/ServiceProviderConfigEnvironment
Additional Context
The issue occurs consistently