Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove standalone provider settings #42

Open
regniets opened this issue Aug 6, 2019 · 0 comments
Open

Remove standalone provider settings #42

regniets opened this issue Aug 6, 2019 · 0 comments

Comments

@regniets
Copy link

regniets commented Aug 6, 2019

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'  
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

No branches or pull requests

1 participant