Delegated Login

For this tutorial, the delegated login flow is started on the client side by pressing the "Login EndUser" button. A request is sent to the server and a readonly auth token is returned in the response. This flow does not need users to sign with the WebAuthn crendetial.

This auth token is readonly and needs to be cached and passed along with all requests interacting with the Dfns API. To clearly demonstrate all the necessary components for each step, this example will cache the auth token in the application context and send it back with every sequently request to the server. You should however choose a more secure caching method.

← Back to main page