-
Notifications
You must be signed in to change notification settings - Fork 232
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
Authentication / Authorization #121
Comments
There was a related discussion about that over on #81, and the consensus was that that is an implementation detail of the Provider's - MDS just requires support for the bearer token. |
yeah, each provider has their own auth to obtain token. In agency, I think the best approach would be to mirror that. @toddapetersen can you update agency to document auth support? |
Can we make it optional, then? We don't want to support a different token exchange scheme for each provider. We don't have the resources for that. We need all the providers to use the same scheme. |
With #143 merged, I think we can close this issue. Starting with version |
Currently the provider API specifies an authorization scheme that points at the Swagger bearer authentication API description. Any request with a valid bearer token is authorized for any particular API endpoint
The text was updated successfully, but these errors were encountered: