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

Define OneZone token prefix in the onezone configuration. #54

Open
bwilk opened this issue Jul 25, 2018 · 1 comment
Open

Define OneZone token prefix in the onezone configuration. #54

bwilk opened this issue Jul 25, 2018 · 1 comment

Comments

@bwilk
Copy link
Collaborator

bwilk commented Jul 25, 2018

OneZone token prefix should be configurable instead of hardcoded there:

headers.add("X-Auth-Token", "indigo:" + oAuth2RestTemplate.getAccessToken().getValue());

It should be Implemented and documented.

@maricaantonacci
Copy link
Collaborator

In order to support multiple IdPs the token prefix should be dynamically computed, for example the information included in the user token might be used for 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