Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

token-type when using token-info-uri #1006

Closed
yelhouti opened this issue Mar 6, 2017 · 1 comment
Closed

token-type when using token-info-uri #1006

yelhouti opened this issue Mar 6, 2017 · 1 comment

Comments

@yelhouti
Copy link

yelhouti commented Mar 6, 2017

In the class RemoteTokenServices the tokenName is set to "token", and the variable: security.oauth2.client.tokenName doesn't change this value (I don't even know if it's purpose is to that). when trying to use Google with OpenIdConnect this variable should be set to access_token in my case, or in other cases could be id_token, token_handle.
could you please fix this if it's the job of tokenName (add it to the decription in the doc), or create another variable for that.
Thanks

@jgrandja
Copy link
Contributor

jgrandja commented Mar 6, 2017

@yelhouti As noted in #977, Spring Security OAuth currently does not provide support for OpenID Connect.

This project is in maintenance mode as we are limiting new features and only focusing on bug fixes and minor enhancements. We are currently working on a re-write of OAuth and integrating it into Spring Security proper and it will provide support for OpenID Connect. You can track the issue here.

@jgrandja jgrandja closed this as completed Mar 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants