Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
GET /obp/v2.1.0/rolesto list available roles.OBP_API_ENABLED_VERSIONS=[OBPv4.0.0 ... OBPv7.0.0,dynamic-entity]) returnOBP-10404: 404 Not Foundfor that URL, and the consent card shows the error./rolesis defined in v2.1.0 but newer versions inherit it, so/obp/v7.0.0/rolesserves the same endpoint (sameroles[].roleandrequires_bank_idfields). On such a deployment/obp/v7.0.0/rolesanswers 401 without a token (route exists) while/obp/v2.1.0/rolesanswers 404.Changes
packages/shared/src/lib/server/opey/consentHandler.ts:/obp/v2.1.0/roles->/obp/v7.0.0/rolesapps/portal/src/routes/backend/obp/roles/+server.ts:/obp/v2.1.0/roles->/obp/v7.0.0/rolesTest plan