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

X-JWT-ASSERTION not provided by WSO2 #3

Closed
arasmus8 opened this issue Mar 15, 2017 · 2 comments
Closed

X-JWT-ASSERTION not provided by WSO2 #3

arasmus8 opened this issue Mar 15, 2017 · 2 comments

Comments

@arasmus8
Copy link
Member

The header key constant BYU_JWT_HEADER_CURRENT is not being provided by WSO2. Shouldn't we set the constant to what is actually being provided, and then change it once WSO2 is updated?

@arasmus8
Copy link
Member Author

Looking into things a little further, I'm getting the headers, but they are all lower-case. Any idea if that's happening in my express stack or from WSO2?

@arasmus8
Copy link
Member Author

After a little further digging, it looks like it is indeed node that is forcing all headers to lower case (see nodejs/node-v0.x-archive#1954). That being the case, shouldn't we set the constants in this library to lower case so that they can be used client side in node (this being a node library and all?

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

1 participant