GWT and OAuth Implicit Grant (client side only)

56 views
Skip to first unread message

cc

unread,
Mar 19, 2018, 1:47:24 PM3/19/18
to GWT Users
I'm considering using GWT to create a site that accesses a third party API, the third party API requires a token to be included with API calls.

Using the Implicit Flow for token retrieval.

Is there a recommended OAuth library for GWT that provides an OAuth service for the implicit flow?

I.e. one that will:
  1. redirect the user to an issuers login page (where the user enters their credentials).
  2. on authentication redirect the user back to my site.
  3. pass back to my site the authenticated users details (id, name, token). 
I fully expect to have to configure the library/request in some manner, i.e. to specify:
  1. the issuer.
  2. redirection URL (redirection after the authorisation, back to my site)
  3. client id
  4. scope
  5. etc. 
Is there such a library?

Any hints or suggestions greatly appreciated.

Thanks

C.
Reply all
Reply to author
Forward
0 new messages