You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you very much for this. I haven't used OpenApiConnect with OpenAPI so I've probably just overlooked it. Do you want to suggest a PR to correct this? I presume we'll need to add some more data into the types to store the claims?
There is no way to correctly get Claims when using the OpenID Connect type. The Open Api specification allows you to use Claims, and I attach the link. https://swagger.io/docs/specification/authentication/openid-connect-discovery/ and in the code, due to the fact that cut off Scopes when there are no flows, there is no way to get them. https://github.com/karlvr/openapi-generator-plus/blob/master/packages/core/src/process/security.ts#L89 the logic of processing and there is below, but it is possible when something went wrong) scopes: scopeObjects was null when use OpenID Connect
The text was updated successfully, but these errors were encountered: