Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please note that the configuration above is overriding one claim name only, but multiple or all claim names can be overridden, if necessary.

User Groups

ModelOp Center has the capability to filter user groups arriving as part of the token. When enabled, user groups that do not match the specified regex filter will not be displayed in ModelOp Center. To enable such group filtering, please add the following configuration properties:

Code Block
languageyaml
oauth2:
  group-base-access:
    group-authorities-regex-filter: "Your group filter here"

If users without any group(s) should be allowed access to ModelOp Center, please set the following configuration property:

Code Block
languageyaml
oauth2:
  group-base-access:
    block-user-access-without-groups: false

Please note users without any group(s) will not be allowed access to ModelOp Center by default.