You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@okta/vuepress-site/docs/guides/ai-agent-secure-aws-bedrock/main/index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Secure AWS Bedrock Classic Agents with Okta
3
-
excerpt: Learn how to secure AWS Bedrock Classic Agents with Okta
2
+
title: Secure Amazon Bedrock Classic Agents with Okta
3
+
excerpt: Learn how to secure Amazon Bedrock Classic Agents with Okta
4
4
layout: Guides
5
5
---
6
6
<ApiLifecycleaccess="ie" />
7
7
8
-
This guide shows you how to secure an AWS Bedrock Classic Agent with Okta authentication by building a Python calling app that acts as a secure orchestrator. Your app performs Okta's two-step token exchange internally, and then invokes the Bedrock Classic Agent while securely passing the resulting access token and user identity as session attributes.
8
+
This guide shows you how to secure an Amazon Bedrock Classic Agent with Okta authentication by building a Python calling app that acts as a secure orchestrator. Your app performs Okta's two-step token exchange internally, and then invokes the Bedrock Classic Agent while securely passing the resulting access token and user identity as session attributes.
9
9
10
10
> **Note**: To enable AI agent token exchange, you must first subscribe to Okta for AI Agents. Contact your Okta account team to enable the feature.
11
11
@@ -15,7 +15,7 @@ This guide shows you how to secure an AWS Bedrock Classic Agent with Okta authen
15
15
16
16
* Understand what a calling app must do to authenticate as a signed-in user with Okta.
17
17
* Add a token exchange module to your app.
18
-
* Set up an AWS Bedrock Classic Agent with an action group Lambda that can call Okta-protected APIs.
18
+
* Set up an Amazon Bedrock Classic Agent with an action group Lambda that can call Okta-protected APIs.
19
19
* Invoke the Bedrock Classic Agent with the user's Okta identity passed as session attributes.
20
20
* Verify and test the end-to-end flow with a real Okta ID token.
21
21
@@ -41,7 +41,7 @@ The integration has two parts:
41
41
42
42
This logic is identical for any agent. You add it once as a reusable module. See [Add Okta authentication to your agent](#add-okta-authentication-to-your-agent).
43
43
44
-
* Platform integration (AWS-specific). Your app invokes the Bedrock Classic Agent, passing the access token and the user's claims as session attributes. An action group Lambda function reads those session attributes and forwards the token as a bearer credential to an Okta-protected API. See [Invoke the Bedrock Classic Agent with the access token](#invoke-the-bedrock-classic-agent-with-the-access-token).
44
+
* Platform integration (Amazon-specific). Your app invokes the Bedrock Classic Agent, passing the access token and the user's claims as session attributes. An action group Lambda function reads those session attributes and forwards the token as a bearer credential to an Okta-protected API. See [Invoke the Bedrock Classic Agent with the access token](#invoke-the-bedrock-classic-agent-with-the-access-token).
45
45
46
46
<!-- TODO: Replace this text-based diagram with an image.
0 commit comments