This repository was archived by the owner on Dec 15, 2020. It is now read-only.
Update KnownFacets.swift #71
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
Below JSON data is a sample response from AWS u2f registration.
{ "appId": "https://u2f.aws.amazon.com/app-id.json", "version": "U2F_V2", "challenge": "DELETED_FOR_SECURITY_REASON", "_embedded": {}, "_linkErrors": {}, "_embeddedErrors": {} }Below JSON data is
"https://u2f.aws.amazon.com/app-id.json".{ "trustedFacets" : [{ "version": { "major": 1, "minor" : 0 }, "ids": [ "https://aws-signin-testing.amazon.com", "https://eu-west-1.aws-signin-testing.amazon.com", "https://us-west-2.aws-signin-testing.amazon.com", "https://us-west-1.aws-signin-testing.amazon.com", "https://sa-east-1.aws-signin-testing.amazon.com", "https://ap-northeast-1.aws-signin-testing.amazon.com", "https://ap-southeast-1.aws-signin-testing.amazon.com", "https://ap-southeast-2.aws-signin-testing.amazon.com", "https://ap-south-1.aws-signin-testing.amazon.com", "https://us-east-1.aws-signin-testing.amazon.com", "https://eu-central-1.aws-signin-testing.amazon.com", "https://ap-northeast-2.aws-signin-testing.amazon.com", "https://ap-northeast-3.aws-signin-testing.amazon.com", "https://us-east-2.aws-signin-testing.amazon.com", "https://ca-central-1.aws-signin-testing.amazon.com", "https://eu-west-2.aws-signin-testing.amazon.com", "https://eu-west-3.aws-signin-testing.amazon.com", "https://eu-north-1.aws-signin-testing.amazon.com", "https://ap-east-1.aws-signin-testing.amazon.com", "https://me-south-1.aws-signin-testing.amazon.com", "https://signin.aws.amazon.com", "https://us-east-1.signin.aws.amazon.com", "https://us-west-2.signin.aws.amazon.com", "https://sa-east-1.signin.aws.amazon.com", "https://ap-northeast-2.signin.aws.amazon.com", "https://ap-northeast-3.signin.aws.amazon.com", "https://eu-west-3.signin.aws.amazon.com", "https://ap-southeast-1.signin.aws.amazon.com", "https://ap-southeast-2.signin.aws.amazon.com", "https://ap-south-1.signin.aws.amazon.com", "https://us-east-2.signin.aws.amazon.com", "https://eu-central-1.signin.aws.amazon.com", "https://ca-central-1.signin.aws.amazon.com", "https://eu-west-2.signin.aws.amazon.com", "https://eu-west-1.signin.aws.amazon.com", "https://ap-northeast-1.signin.aws.amazon.com", "https://us-west-1.signin.aws.amazon.com", "https://eu-north-1.signin.aws.amazon.com", "https://ap-east-1.signin.aws.amazon.com", "https://me-south-1.signin.aws.amazon.com", "https://aws-iam-console-prodish.aka.amazon.com", "https://console.aws.amazon.com" ] }] }