---
title: "Enable Your SAML Requesting App for Cross App Access"
url: https://daily.dev/posts/enable-your-saml-requesting-app-for-cross-app-access-t4jfwrwat
source_url: https://developer.okta.com/blog/2026/07/17/xaa-saml-requester
type: article
source: "Okta Dev"
published: 2026-07-17T22:30:03.065Z
updated: 2026-07-17T22:30:24.282Z
tags: ["authentication", "oauth", "okta"]
reading_time: 12
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Enable Your SAML Requesting App for Cross App Access

**[Okta Dev](https://daily.dev/sources/okta)** · 12 min read · 0 upvotes · 0 comments

## Summary

Cross App Access (XAA) enables SAML-federated enterprise apps to securely connect with third-party applications without migrating to OIDC. The flow involves three steps after SSO: exchanging a SAML assertion for an OAuth refresh token, exchanging the refresh token for an Identity Assertion Authorization Grant (ID-JAG) JWT, and redeeming the ID-JAG at the resource app's authorization server for an access token. The guide provides HTTP request examples for each step, covers token expiration handling, and walks through configuring both requesting and resource apps in Okta's Admin Console, including registering an AI Agent to define the relationship between apps and validating the end-to-end flow using xaa.dev.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developer.okta.com/blog/2026/07/17/xaa-saml-requester>

## Similar posts on daily.dev

- [Add Cross App Access to Your OIDC Requesting Application](https://daily.dev/posts/add-cross-app-access-to-your-oidc-requesting-application-mzl7e4jav) · Okta Dev · 0 upvotes · 0 comments
- [Enabling Cross App Access for SAML-Based Enterprise Apps](https://daily.dev/posts/enabling-cross-app-access-for-saml-based-enterprise-apps-tdsxhdjpf) · Okta Dev · 0 upvotes · 0 comments
- [Develop a XAA-Enabled Resource Application and Test with Okta](https://daily.dev/posts/develop-a-xaa-enabled-resource-application-and-test-with-okta-q1lbpxnjh) · Okta Dev · 0 upvotes · 0 comments

---

Tags: [#authentication](https://daily.dev/tags/authentication), [#oauth](https://daily.dev/tags/oauth), [#okta](https://daily.dev/tags/okta)

[View this post on daily.dev](https://daily.dev/posts/enable-your-saml-requesting-app-for-cross-app-access-t4jfwrwat)
