-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
In Configuration/Settings.yaml the below lines are production code even though only needed for standalone case.
I would be happy if those could be examplified (as comment).
In my (very specialized) case the authentication had failed every time until i completely removed this setting.
If needed, it can be added easily in the project's settings.
security:
authentication:
providers:
'Sandstorm.UserManagement:Login':
provider: 'PersistedUsernamePasswordProvider'
entryPoint: 'WebRedirect'
entryPointOptions:
routeValues:
'@package': 'Sandstorm.UserManagement'
'@controller': 'Login'
'@action': 'login'
Metadata
Metadata
Assignees
Labels
No labels