Skip to content

Training: Mobile Authn

Arnab Dutta edited this page Jul 1, 2024 · 17 revisions

Intro to Mobile Authn

High level overview of the goals of this project: chain of custody from App Store to authz decision.

Cedarling-Overviews-Mobile-Simple

Dynamic Client Registration

Using an SSA to obtain client credentials.

First Party Native Authn

How to do a multi-step backchannel authn flow.

FIDO Enrollment / Authn

How to register (new user) using passkeys or authenticate.

Enrolment

enrolment

Authentication

authentication

Tokens

How to obtain a normal OAuth token, and DPoP access tokens--requires token verifier to validate htm and htu against request.

Hello World

Build either an iOS or Android app that authenticates against a local Jans install.

Clone this wiki locally