- Notifications
You must be signed in to change notification settings - Fork1.1k
chore: add scim service provider config endpoint#15235
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| // @Summary SCIM 2.0: Service Provider Config | ||
| // @ID scim-get-service-provider-config | ||
| // @Produce application/scim+json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Should be able to use this now
| // @Summary SCIM 2.0: Service Provider Config | |
| // @ID scim-get-service-provider-config | |
| // @Produce application/scim+json | |
| // @Summary SCIM 2.0: Service Provider Config | |
| // @ID scim-get-service-provider-config | |
| // @Security Authorization | |
| // @Produce application/scim+json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Oh wait I'm stupid, disregard
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Yup no auth for this endpoint 👍
e03ef62 intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
What this does
Adds a static
/scim/v2/ServiceProviderConfigendpoint. Our scim support is static, so the response config is also defined statically.This endpoint just indicates what level of SCIM support Coder has.
References
Examples
This is a v1 example
A v2 example:
https://developer.4me.com/v1/scim/service_provider_config/
PR Example response