DT-1050: Upgrade to current swagger-ui-dist library #1868
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.
Jira ticket: https://broadworkbench.atlassian.net/browse/DT-1050
Addresses
Upgrade to latest swagger-ui-dist; fix code so that the client ID is populated in the swagger page.
Summary of changes
From page inspection, the selector for the client ID input is now
client_id_authorizationCode
. Verified this fix by running TDR locally.Testing Strategy
Manually tested by opening the swagger UI page locally and using b2c auth to login. Verified that the fix was working by reverting the change and noting that the "client id" field was now empty.