Skip to content

Make it possible to customize the issuer claim and the access token expiration time #148

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

Closed
lhmoraes opened this issue Nov 10, 2020 · 3 comments
Assignees
Labels
status: duplicate A duplicate of another issue

Comments

@lhmoraes
Copy link

lhmoraes commented Nov 10, 2020

You guys are doing an amazing job and that is one of the most expected Spring project.

That is a simple feature request and please just let me know if you need more information.

Thanks

@lhmoraes lhmoraes added the type: enhancement A general enhancement label Nov 10, 2020
@lspil
Copy link

lspil commented Nov 15, 2020

Hello. I'm not developing in the project, but I've seen your question about the access token expiration time. From what I see, this can be already configured via:

.tokenSettings(t -> {
t.accessTokenTimeToLive(Duration.ofHours(1));
})

I don't see indeed something about the issuer yet.

@lhmoraes
Copy link
Author

lhmoraes commented Nov 15, 2020

Hi @lspil, its currently possible to configure the expiration token and the issuer claim, but there is no effect yet, they still using the default hard coded values

@jgrandja
Copy link
Collaborator

@lhmoraes @lspil Configuring the issuer is coming in #143 and the token expiration configuration will take effect in #145. Closing this as a duplicate.

@jgrandja jgrandja self-assigned this Nov 16, 2020
@jgrandja jgrandja added status: duplicate A duplicate of another issue and removed type: enhancement A general enhancement labels Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants