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
The tokenEndPoint does not pass validation:
spec.yaml: Validation Error: Path parameter 'tokenEndPoint' for 'post'
operation in '/{tokenEndPoint}' was not resolved (using
openapi-spec-validator)
This is an attempt to fix that by removing the endpoint and adding the
information under the discovery instead, since this endpoint is
discovered rather than fixed, I _think_ this is how it should be done.
0 commit comments