Thursday, July 23, 2015

Goggle OAuth2 Authentication Module in OpenAM - Part II

I find the following OAuth 2.0 Playground from Google very useful.


Step 1 exposes all the possible APIs/Scopes that are "query-able". 




Step 2 allows one to exchange authorization tokens with Google.

Steps 3 allows listing possible operations.



Finally, one can send a request to Google OAuth2 Provider.



A response is returned with requested information.



I find this very useful when trying to configure Google OAuth2 authentication module in OpenAM.


No comments:

Post a Comment