youtube image
From YouTube: Okta and Kong Konnect Part 1: Implementing Client Credentials

Description

Learn how to set up client credentials flow for application authentication with Okta and Kong Konnect. Learn more about Konnect and start a free trial: https://bit.ly/3vDuUBz

• Konnect and Okta Integration Topology (0:23)
• Set Up Konnect Service and Route (2:23)
• Set Up Okta (3:42)
• Create Konnect Data Plane (4:10)
• Consume the Route without a Policy (5:10)
• Add OpenID Connect Plugin (5:44)
• Test the OpenID Connect Plugin (7:23)
• Upstream Header Injection (8:06)

Using Kong’s OpenID Connect (OIDC) plugin, Kong and Okta work together to solve three significant application development challenges:
1. Connectivity
2. Authentication
3. Authorization

The OIDC plugin enables Kong, as the API gateway, to communicate with Okta via the OAuth/OIDC flows. That way, your app teams don’t have to configure and diagnose authentication and authorization for each service individually. With these challenges solved, app teams have more time to build and innovate.

This series will show you how to implement service authentication and authorization for Kong Konnect and Okta using the OIDC plugin. In this tutorial, we’ll cover client credentials flow for application authentication. Parts 2-4 will cover:
• Authorization code for user authentication
• Integral introspection for token validation
• Access control based on Okta's groups and planes

Read the full tutorial blog post: https://bit.ly/3eJd62p

Contact us if you have any questions as you’re getting set up: https://support.konghq.com/support/s/

Once you’ve set up Konnect and Okta, you may find these other tutorials helpful:
• 3 Ways Kong Helps With API Gateway Governance: https://bit.ly/3ujZDCY
• Getting Started with Kong Mesh and Open Policy Agent: https://bit.ly/3o8Cq4U
• Protect Your APIs With Kong Konnect and Fastly (Signal Sciences): https://bit.ly/3ogiVr1

#Okta #OIDC #API #OpenIDConnect #Konnect #APIsecurity #OAuth