[BFP-4065] pro sdk add client to jwt token#269
Conversation
|
we'd want to generate the clients for this as well |
| get: | ||
| tags: | ||
| - Auth | ||
| summary: /auth/zklogin |
There was a problem hiding this comment.
Could you keep the summary? for we need it on README.com
resources/auth-api.yaml
Outdated
| get: | ||
| tags: | ||
| - Auth | ||
| description: OpenID Connect Discovery endpoint |
There was a problem hiding this comment.
Could you help add the following for readme.com:
| description: OpenID Connect Discovery endpoint | |
| summary: /.well-known/openid-configuration | |
| description: OpenID Connect Discovery endpoint |
resources/auth-api.yaml
Outdated
| tags: | ||
| - Auth | ||
| summary: /auth/zklogin/zkp | ||
| summary: ZK Login Zero-Knowledge Proof Proxy Endpoint |
There was a problem hiding this comment.
| summary: ZK Login Zero-Knowledge Proof Proxy Endpoint | |
| summary: /auth/zklogin/zkp |
resources/auth-api.yaml
Outdated
| post: | ||
| tags: | ||
| - Auth | ||
| description: 'OAuth2 client_credentials grant for service accounts' |
There was a problem hiding this comment.
| description: 'OAuth2 client_credentials grant for service accounts' | |
| summary: /auth/client-credentials | |
| description: 'OAuth2 client_credentials grant for service accounts' |
| get: | ||
| tags: | ||
| - Auth | ||
| summary: "Internal use only for private launch; Will be removed when we go fully live" |
There was a problem hiding this comment.
We may need to do something to hide it on README.com
resources/common.yaml
Outdated
| client: | ||
| $ref: './auth-api.yaml#/components/schemas/ClientType' |
There was a problem hiding this comment.
Can we hoist the schemas/ClientType over to common.yaml? so that all the services wouldn't need to depend on auth-api.yaml
| components: | ||
| schemas: | ||
| # enums, please sort it in alphabetical order | ||
| ClientType: |
There was a problem hiding this comment.
Friendly reminder to backport the changes to the monorepo.
| in: query | ||
| required: false | ||
| schema: | ||
| $ref: '#/components/schemas/ClientType' |
There was a problem hiding this comment.
Should we reference the ClientType from common.yaml?
| $ref: '#/components/schemas/ClientType' | |
| $ref: '"./common.yaml#/components/schemas/ClientType' |
No description provided.