Skip to content
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

bearer parameter from the Import Manifest is not used #22

Open
jwjahns opened this issue Apr 5, 2024 · 1 comment
Open

bearer parameter from the Import Manifest is not used #22

jwjahns opened this issue Apr 5, 2024 · 1 comment

Comments

@jwjahns
Copy link

jwjahns commented Apr 5, 2024

Hello,

The "Import Manifest" tests do not seem to parse the "bearer" parameter (parameter:udsData.part:importAccessToken) when making requests.

source['part'].each do |container|
case container['name']
when 'type'
profile_name = container['valueCode']
when 'url'
profile_url = container['valueUrl']
end
end

As a result, URLs that require authentication cannot be tested.

@ljtucker
Copy link
Contributor

ljtucker commented May 3, 2024

Hi @jwjahns, unfortunately this Inferno kit is not meant to test any of the authentication steps of the IG's workflow. Rather, it is simply meant as a structure-conformance validator for the resources. Because of this, all provided URLs must be public in order to be accessed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants