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

Detector hard coded Spring OAuth secret key #57

Closed
h3xstream opened this issue May 29, 2015 · 1 comment
Closed

Detector hard coded Spring OAuth secret key #57

h3xstream opened this issue May 29, 2015 · 1 comment
Labels
enhancement New feature or improvement to existing detector.
Milestone

Comments

@h3xstream
Copy link
Member

Code sample to target :

clients.inMemory().withClient("client")
    .resourceIds(RESOURCE_ID)
    .authorizedGrantTypes("authorization_code", "implicit")
    .authorities("ROLE_CLIENT")
    .scopes("read", "write")
    .secret("secret");
@h3xstream
Copy link
Member Author

Implemented in commit 4a9d123

@h3xstream h3xstream added the enhancement New feature or improvement to existing detector. label May 29, 2015
@h3xstream h3xstream added this to the version-1.4.1 milestone May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing detector.
Projects
None yet
Development

No branches or pull requests

1 participant