We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently when a Bearer token is in to an HTML request to a CCF node the server will nack with the following error:
Error parsing request: Unable to parse signature params from: Bearer eyJ0eXAiOiJKV...
In order to support access tokens from AAD. The server would have to change to allow such Bearer tokens in the HTML header.
Ideally, there could be some functions for decoding, validating such tokens.
The text was updated successfully, but these errors were encountered:
CCF needs to allow the header through when it's not a client signature, and the application can handle decoding as required.
Sorry, something went wrong.
achamayou
Successfully merging a pull request may close this issue.
Currently when a Bearer token is in to an HTML request to a CCF node the server will nack with the following error:
In order to support access tokens from AAD. The server would have to change to allow such Bearer tokens in the HTML header.
Ideally, there could be some functions for decoding, validating such tokens.
The text was updated successfully, but these errors were encountered: