You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Return distinct actions in GetAlinnActions (#1298)
## Description
GetAltinnActions now removes duplicate action/resource tuples, which
results in simpler XACML requests and dialog tokens.
## Related Issue(s)
- N/A
## Verification
- [x] **Your** code builds clean without any errors or warnings
- [x] Manual testing done (required)
- [x] Relevant automated test added (if you find this hard, leave it and
we'll help out)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Improved handling of duplicate actions in the Altinn authorization
process, ensuring a cleaner and more accurate list of actions.
- **Bug Fixes**
- Enhanced test coverage for action retrieval, ensuring the correct
actions and attributes are validated.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments