eBay / UAF

UAF - Universal Authentication Framework
Apache License 2.0
280 stars 151 forks source link

Registration of sample metadata on the server code. #12

Closed singhanianish closed 8 years ago

singhanianish commented 8 years ago

Hi!

We have made a dummy metadata for the authenticator that we plan to develop. We now want to register that metadata on the server code.

Can you please let me know, how to register that metadata information on the locally deployed server?

Thanks in advance.

Best Regards Anish

npesic commented 8 years ago

At a moment the allowed AAIDs are hardcoded here: https://github.com/eBay/UAF/blob/master/fidouaf/src/main/java/org/ebayopensource/fidouaf/res/FidoUafResource.java#L121

It would be nice if you want to add as the contribution an endpoint that will allow AAID to be easily set without changing the code and redeploying.

As first help you can change the code in your local and add the AAID that you want to test. Rebuild and restart local server after that.

Hope that this explanation was helpful. I'll close this issue now.