Kyle Shockey
2325118540
Add responseInterceptor as well
2017-11-29 15:55:15 -06:00
Kyle Shockey
ade47ca40e
Add requestInterceptor to OAuth2 request authorization calls
2017-11-29 15:54:17 -06:00
Jeremy Epstein
a5193a5b5b
Don't URI-encode scopes when posting in oauth2 password flow
2017-10-29 12:04:43 +11:00
Aaron Loo
700d547529
merge master
2017-08-03 07:32:32 -07:00
Kyle
b329b03464
Merge branch 'master' into support-basic-auth-for-authorization-code-grant
2017-08-01 16:52:04 -07:00
Aaron Loo
860d356178
remove CORS header in request
2017-07-28 10:15:05 -07:00
TANAKA Koichi
0bc382b78a
Fix oauth2 password flow
...
fix filed name for scope of grant request body.
2017-07-18 16:52:29 +09:00
Eric Turcotte
badfea61c3
Renamed authorizeAccessCodeWithQueryParams->authorizeAccessCodeWithFormParams
...
since that is technically correct
2017-07-13 10:53:36 -05:00
Eric Turcotte
fc8ad8168d
Renamed authorizeAccessCode() to authorizeAccessCodeWithQueryParams()
...
Added authorizeAccessCodeWithBasicAuthentication() that sends the client_id and
client_secret using HTTP basic authentication
Authorization: Basic base64encoded[client_id:client_secret]
According to the OAuth2 spec, this is the preferred method. It also enables
Authorization Servers that only support basic authentication during the
authorization_code grant.
https://tools.ietf.org/html/rfc6749#section-2.3.1
2017-07-12 23:32:29 -05:00
Anna Bodnia
bbf93c5e1f
#3172 added Access-Control-Allow-Origin for auth requests
2017-06-08 14:06:30 +03:00
Anna Bodnia
36b263e230
fixes #3172
2017-06-08 12:19:47 +03:00
Anna Bodnia
5f2eaffbc3
fix #3128
2017-05-31 17:31:29 +03:00
Furkan Ayhan
0c7119e855
Send redirect url when authenticating with oauth2-authorization_code
...
also fix indentations of files
2017-05-16 16:50:13 +03:00
Anna Bodnia
8aebea34c4
add configuration of auth: scope separator, client id, client secret, app name, reaml, additionalQueryParams
2017-05-11 16:30:30 +03:00
Anna Bodnia
374ac9cbbb
fix #2870
2017-04-27 20:09:05 +03:00
Anna Bodnia
87a23c7c9e
fix eslint errors
2017-04-27 19:01:27 +03:00
Anna Bodnia
d013e7a05c
#2844 fix accessCode flow
2017-04-27 18:55:25 +03:00
Anna Bodnia
bb73dd49d8
fixes password, application oauth2 flows
2017-04-26 17:50:09 +03:00
Mészáros Mihály
81abe37a31
add fn.fetch instead of native fetch
2017-04-06 14:46:04 +02:00
Mészáros Mihály
4066d1920e
move out the code according @bodnia guide
2017-04-06 13:12:28 +02:00
Anna Bodnia
59ecaf40ee
fix #2456
2017-04-04 16:09:28 +03:00
Anna Bodnia
432cd7f965
#2774 display scopes for oauth2 password flow
2017-03-30 17:49:32 +03:00
Ron
f22a628934
in with the new
2017-03-17 21:17:53 -07:00