How do I integrate custom authentication service to Kong API Gateway, which redirects the call to different endpoint based on header or parameter validations and once authenticated should generate a token in the API Gateway. Is this possible in Kong plugin? Can you share any sample GitHub links related Kong?
Asked
Active
Viewed 414 times
3
-
The "first" or initial step of your authentication process could be covered by some of the already existing auth schemes that are supported by the "default" plugins (api key, basic, oauth, openid.... and so on)? if the answer is "yes", then you could move this custom logic to a separate plugin and configure both on your routes / services. – bovino Marcelo Bezerra Jan 11 '21 at 19:56