From 9e91119df349f27d90a95cb4fe1159dae612e29f Mon Sep 17 00:00:00 2001 From: Arnab Dutta Date: Mon, 4 Sep 2023 00:24:37 +0530 Subject: [PATCH] feat: add README #5947 Signed-off-by: Arnab Dutta --- demos/jans-chip/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 demos/jans-chip/README.md diff --git a/demos/jans-chip/README.md b/demos/jans-chip/README.md new file mode 100644 index 00000000000..d9d3cdfd555 --- /dev/null +++ b/demos/jans-chip/README.md @@ -0,0 +1,19 @@ +# Jans Chip + +## A first party android mobile application that leverages dynamic client registration (DCR), DPoP access tokens. + +### Steps followed in App for authentication + +1. DCR with attestation +2. Execute Authorization Challenge Endpoint to get the Authorization Code +3. Generate DPoP Token using Authorization Code and DPoP header + +## To-Dos + +- Add FIDO authentication in app. + + + +**Reference:** +- https://github.com/JanssenProject/jans/wiki/Mobile-DPoP-FIDO-Authn +- https://github.com/JanssenProject/jans/wiki/DPoP-Mobile-App-POC \ No newline at end of file