iua
·
client
ITI-71 · AUTHORIZATION CODE + PKCE
A test client for your IHE IUA Authorization Server. Public client
fhir-client-app
.
STEP 1
Start login
Build PKCE + redirect
STEP 2
Authorize
Sign in at the AS
STEP 3
Get code
Redirect back here
STEP 4
Exchange token
POST /token
Configuration
Authorization Server base URL
client_id
client_secret (confidential client)
scope
redirect_uri (must be registered for the client)
Login with the Authorization Server
Reset
Not signed in.
Session
No token yet — click “Login”. Try
doctor1 / password123
(read+write) or
nurse1 / password123
(read-only).
subject
scope
expires
access_token
refresh_token
—
Call /validate (GET)
Call /validate (POST → write)
Use refresh_token
Decoded access token (JWT claims)
—
Activity log
Served on
:5500
to match the registered redirect URI. The AS renders its own login page during step 2.