UAC Registrar AS/OP --------------------------------------------------------------------- | | | | [1] REGISTER | | |------------------------------>| | | | | | [2] 401 Unauthorized | | | WWW-Authenticate: Bearer "authz_server"="" | |<------------------------------| | | | | | [3] The UAC interacts with the AS and obtains tokens using | | some out-of-scope mechanism. | |<=============================================================>| | | | | [4] REGISTER | | | Authorization: Bearer | |------------------------------>| | | | [5] HTTP POST /introspect | | | {access_token} | | | (OPTIONAL) | | |------------------------------>| | | | | | [6] 200 OK {metadata} | | | (OPTIONAL) | | |<------------------------------| | | | | [7] 200 OK | | |<------------------------------| | | | |