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

Send client context part during authentication #190

Merged
merged 1 commit into from
Dec 9, 2021

Conversation

IanMcCurdy
Copy link
Collaborator

No description provided.

@@ -91,6 +91,7 @@ function getCommandOptions(options) {
function authenticate(options) {
var segment = createSegment(MessageType.AUTHENTICATE, options);
// authentication
segment.add(PartKind.CLIENT_CONTEXT, options.clientContext);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We normally add this after the authentication request, but I don't think this is really a concern.

Copy link
Collaborator

@jeffalbion jeffalbion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, great work!

@IanMcCurdy IanMcCurdy merged commit 056e5d8 into SAP:master Dec 9, 2021
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

Successfully merging this pull request may close these issues.

2 participants