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

Expose setTicketToken() for Java for Android apps to set AAD(other tokens) #1128

Open
sonalpoddarmsft opened this issue Apr 13, 2023 · 0 comments

Comments

@sonalpoddarmsft
Copy link
Contributor

For Android apps who wants to set AAD token( or other tokens) on the java layer, there is no API currently to achieve that.

The C++ API -  LogManager->GetAuthTokensController()->SetTicketToken(TicketType_AAD, value) is the right approach to set the AAD Id. This will set the AAD value in HTTP header, and consumed by 1ds collector. 
But this is not exposed to the java layer.

The Java API - semanticContext.setTicket(TicketType.AAD, value) exists but never sends the token via HTTP request

Need a solution for Android apps to set token directly from java layer

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