The aim of this site is to provide integrators with a sandbox environment to component test the OIDC authentication flow including responses from RealMe. Specifically, the website provides the ability to:
The RealMe developers website describes the sending of OIDC messages to and from RealMe. The OIDC messaging is designed to adhere to the base Open ID Connect specification. In doing so, it aims to cater for a broad range of OIDC compliant products.
The Messaging Test Site accepts messages entered as either:
After a successful validation of the authentication request, the Messaging Test Site provides the option to select a success or failure OIDC authentication response which is returned to your service to consume. A successful authentication response will return an authorisation token to the relying party to allow the submission of an OIDC token request. In Production, it is the responsibility of your service to record any failure and associated error response and present it for fault analysis.