-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
sources:
- name: "Default"
path: "/source"
config:
defaultUserScope: "/users"
defaultEnabled: true
createUserDir: true
With the above config, when creating user like this:
I got scope like this:
Expected behaviour
User test
should have scope of /users/test
What is happening instead?
User test
has scope of /test
How to reproduce?
Use above config, create new user without specifying scope.
gtsteffaniak
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done