Skip to content

Security configuration for rest-api (OFBIZ-12514) - #1634

Merged
Lukas-Finster merged 1 commit into
apache:trunkfrom
ecomify:OFBIZ-12514-add-security-configuration
Aug 12, 2026
Merged

Security configuration for rest-api (OFBIZ-12514)#1634
Lukas-Finster merged 1 commit into
apache:trunkfrom
ecomify:OFBIZ-12514-add-security-configuration

Conversation

@Lukas-Finster

Copy link
Copy Markdown
Contributor
  • With this change, users need base Permission when authenticating with
  • rest-api. Additionally, primaryPermission and mainAction can now be
  • specified for each rest resource and operation. These are then added
  • to the context for the underlying service called.
  • Note that verification of whether the user in fact has these
  • permissions needs to be performed by the underlying service, as this
  • change only provides a framework for describing which permissions a
  • user needs.

* With this change, users need base Permission when authenticating with
  rest-api. Additionally, primaryPermission and mainAction can now be
  specified for each rest resource and operation. These are then added
  to the context for the underlying service called.
  Note that verification of whether the user in fact has these
  permissions needs to be performed by the underlying service, as this
  change only provides a framework for describing which permissions a
  user needs.
@Lukas-Finster
Lukas-Finster force-pushed the OFBIZ-12514-add-security-configuration branch from 9d054f8 to fd5c447 Compare August 12, 2026 11:35
@Lukas-Finster
Lukas-Finster merged commit e2d6f29 into apache:trunk Aug 12, 2026
7 checks passed
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

Successfully merging this pull request may close these issues.

1 participant