-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design TokenScript for attestation tokens #435
Comments
List of the properties to describe in TokenScript:
@nicktaras , do you need some additional properties in the TokenScript to describe specific token? |
I can see config data in the Readme.md in the https://github.com/TokenScript/token-negotiator those data must be syncronized with backend validator, other services who use this token etc. Also webster have to know some tech info about this Token and can make mistake somewhere. In case if we finish this task then we can pass just tokenName to the Negotiator, other data can be fetched from remote XML file. Lets do next:
|
Yep 100% agree Oleh. As soon as we get this into TokenScript we can take advantage of the TokenScript signing security. |
@micwallace , @nicktaras do you work on this issue? |
@micwallace , @nicktaras will we still duplicate config? out backend should validate it too, so we need aligned config. With more duplication more chanses make mistake. |
I will escalate this with @weiwu-zhang. We had discussed this recently as well. If we are hitting this issue again, and is related to attestation.id as well, then its high time to decide on the config before moving forward |
@AW-STJ , This questions is not related to attestation.id (we use OTP email verification, so attestation.id completely separated from token), but related to tokenNegotiator.Client, tokenNegotiator.Client, crypto-verify and hotelBogota_backend(in case if third party website validate data without API) |
Some redundant field have been removed from the negotiator interfaces. Defaults are still set in Outlet but can be overridden. Currently, here is what is required in both client and outlet:
I have created a dynamic schema parser that works with asn1-schema library to parse & serialize asn1 based on a JSON schema definition. This can be used to parse an arbitrary token schema defined within XML. |
@oleggrib - can you share your requirement for TokenScript
The text was updated successfully, but these errors were encountered: