Skip to content

Commit 7225365

Browse files
authored
Merge pull request #377 from bc-pi/patch-1
X-AA (changing "Cross App Access" to "Cross-App Access")
2 parents d34a7c8 + 8b37283 commit 7225365

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/cross-app-access/index.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php
2-
$page_title = "Cross App Access - OAuth 2.0";
2+
$page_title = "Cross-App Access - OAuth 2.0";
33
$page_section = "";
44
$page_secondary = "";
5-
$page_meta_description = "Cross App Access - Identity Assertion Authorization Grant";
5+
$page_meta_description = "Cross-App Access - Identity Assertion Authorization Grant";
66
require('../../includes/_header.php');
77
?>
88
<div class="container">
99
<div>
1010

11-
<h2>Cross App Access</h2>
11+
<h2>Cross-App Access</h2>
1212

1313
<p><a href="https://datatracker.ietf.org/doc/draft-parecki-oauth-identity-assertion-authz-grant/" class="rfc">datatracker.ietf.org/doc/draft-ietf-oauth-identity-assertion-authz-grant</a></p>
1414

15-
<p>Cross App Access (XAA), formally known as the "Identity Assertion Authorization Grant", is an extension of OAuth that enables an enterprise identity provider to manage the connection between two applications. It replaces the user's manual approval step with a token exchange to enable an application to request an access token for a resource server without any user interaction.</p>
16-
<p>Cross App Access builds on <a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-identity-chaining/">Identity and Authorization Chaining Across Domains</a> to further profile it for interoperable implementations in an enterprise setting. In particular, it defines the claims of the JWT that moves across domains.</p>
15+
<p>Cross-App Access (XAA), formally known as the "Identity Assertion Authorization Grant", is an extension of OAuth that enables an enterprise identity provider to manage the connection between two applications. It replaces the user's manual approval step with a token exchange to enable an application to request an access token for a resource server without any user interaction.</p>
16+
<p>Cross-App Access builds on <a href="https://datatracker.ietf.org/doc/draft-ietf-oauth-identity-chaining/">Identity and Authorization Chaining Across Domains</a> to further profile it for interoperable implementations in an enterprise setting. In particular, it defines the claims of the JWT that moves across domains.</p>
1717

1818
<p>
1919
Related Specs:

0 commit comments

Comments
 (0)