-
Notifications
You must be signed in to change notification settings - Fork 6
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
Authorisation vs Authorization #43
Comments
This is really something that should have been addressed before the creation of Protocol BE01, however because Ideally in my mind, systems should support both spellings - supporting both doesn't really produce ambiguity. |
Would it be assumed that the backend groups would also be supporting both spellings then? |
I've created PR #44 for a new Protocol BE70, which enforces the support for
Authorisation providers can check that an authorisation requester supports |
In the protocol spec BE02.md, the authorisation header is listed as:
Authorisation
https://github.com/CS3099JH2017/cs3099jh/blob/master/protocols/BE02.md#oauth
But I believe the OAuth Standard defines the protocol to use the term:
Authorization
Which appears to be the accepted standard, furthermore, for anyone using Swagger Servers, the header is defined, at least in testing, as Authorization, so could the protocol potentially be changed to use the term:
Authorization
The text was updated successfully, but these errors were encountered: