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

Ignoring config key "issuer" when creating default JWT response type #562

Closed
glennschmidt opened this issue Apr 14, 2015 · 1 comment
Closed

Comments

@glennschmidt
Copy link
Contributor

In Server::createDefaultJwtAccessTokenResponseType(), need to add issuer to the list of config keys that are passed across to the JwtAccessToken constructor.

Currently only store_encrypted_token_string gets passed.

@bshaffer
Copy link
Owner

This is a good catch! We should definitely pass issuer to the JwtAccessToken class.

Would you like to submit a Pull Request to fix this?

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

2 participants