File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 > — 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 — PAR + iframe)</ button >
22+ < button id ="login-redirect "> Login (Redirect — 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 >
You can’t perform that action at this time.
0 commit comments