Hi Everyone,
In order to develop SDK with FIDO UAF with combo of Client, ASM and Authenticator for Android by using https://github.com/eBay/UAF.
I have gone through FIDO docs as well as UAFClient stuff in details. Here i have a query regarding Authenticator Specific Module (ASM). As i understand, flow is somethings as;
UAF Server <—> RP App <—> FIDO UAF Client <—> FIDO UAF ASM <—> FIDO UAF Authenticator <—> Finger Print Dialog etc
I found ASM related stuff in eBay sample app but app does’t use this code. Can anyone please guide me, should i need to use ASM component in SDK or not?
Thanks