Basic Authentication implementation

Not applicable

Hi Team,

i am very new to APIGEE and API management

I have a requirement where i get authentication request from mobile app as Json with username and password details. and here i need to create API-Proxy which calls back-end data base to verify credentials. and need to send success message to mobile.

please let me know how to fullfil this requirement. else please suggest other possibilities to achive this requirement.

0 1 110
1 REPLY 1

Please have a look at implementing OAuth. OAuth is a mechanism that let's the end user exchange credentials for a token. This token can then be used by a single client to access certain APIs on behalf of that end user. Apigee can be used to act as an OAuth server and perform the verification of credentials in your backend database (through REST API) before issuing the OAuth token.

Please see here for an introduction to OAuth: https://docs.apigee.com/api-services/content/oauth-introduction