Could Any one please help me, How we are going to implement OAUTH2 in real time senario.Please provide some examples of OAUTH2.

Not applicable
 
0 2 105
2 REPLIES 2

Not applicable

To add to what @Madhan Sadasivam has suggested, you may want to set up two basic proxies.

1. One is for generating the access token with grant_type as password, client credentials or refresh token.

2. Another is to validate that access token, while the consumer is trying to consume the specific api services.

In this way, you can achieve the very preliminary set of OAuth2 implementations.