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

Typo in the SCIM v2 Swagger file #1103

Open
LasneF opened this issue Aug 3, 2023 · 0 comments
Open

Typo in the SCIM v2 Swagger file #1103

LasneF opened this issue Aug 3, 2023 · 0 comments

Comments

@LasneF
Copy link

LasneF commented Aug 3, 2023

There is a typo here
https://github.com/gravitee-io/gravitee-docs/blob/master/am/2.x/scim/swagger.yml#L599

here

 Member:
    type: object
    properties:
      value:
        type: string
        description: id attribute of a SCIM resource
      $ref:
        type: string
        description: The URI of a SCIM resource.
      display:
        trype: string
        description: A human-readable name for the member

the display type , trype vs type , that makes the spec wrong ( object vs string) , that creates wrong sample as well

this has an impact there

https://docs.gravitee.io/am/2.x/scim/swagger.yml

and there
as well
https://docs.gravitee.io/am/current/scim/index.html#tag/SCIM-2.0/paths/~1Groups~1%7BgroupId%7D/get

To check another issue there
https://github.com/gravitee-io/gravitee-docs/blob/master/am/2.x/scim/swagger.yml#L292C4-L292C4

as the API spec is OAS 2.0 it should follow

flow . The flow used by the OAuth2 security scheme. Valid values are "implicit", "password", "application" or "accessCode".

vs it is set as client_credentials

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