Skip to content

Commit 5758a12

Browse files
committed
chore(e2e): clarify PAR page heading/buttons and add to home page nav
1 parent a3f968a commit 5758a12

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

e2e/oidc-app/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ <h2>OIDC Client E2E Test Index | Ping Identity JavaScript SDK</h2>
1212
<div id="nav">
1313
<a href="/ping-am/">Ping AM</a>
1414
<a href="/ping-one/">Ping One</a>
15+
<a href="/par/">PAR (Pushed Authorization Request)</a>
1516
</div>
1617
</div>
1718
<script type="module" src="index.ts"></script>

e2e/oidc-app/src/par/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@
1212
<body>
1313
<div id="app">
1414
<a href="/">Home</a>
15-
<h1>OIDC App | PAR Login</h1>
16-
<button id="login-background">Login (Background)</button>
17-
<button id="login-redirect">Login (Redirect)</button>
15+
<h1>OIDC App | PAR Login (Pushed Authorization Request)</h1>
16+
<p>
17+
Client: <code>ParClient</code> &mdash; PAR enabled. Authorize params POST back-channel to
18+
<code>/par</code> first; the authorize redirect uses only
19+
<code>client_id + request_uri</code>.
20+
</p>
21+
<button id="login-background">Login (Background &mdash; PAR + iframe)</button>
22+
<button id="login-redirect">Login (Redirect &mdash; PAR slim URL)</button>
1823
<button id="get-tokens">Get Tokens (Local)</button>
1924
<button id="get-tokens-background">Get Tokens (Background)</button>
2025
<button id="renew-tokens">Renew Tokens</button>

0 commit comments

Comments
 (0)