Authenticate with activation token via Okta Java Auth SDK

Hi,

I have failed to find the appropriate method in AuthenticationClient in the Java SDK to authenticate with the one-time activation token. If I looked correctly in the codebase, it might actually be missing. Am I missing something or is it not possible to do this Authentication | Okta Developer from Java?

Thanks,
Šimon

Hey @democko !

That endpoint isn’t yet directly supported by the Java Auth SDK, you can however call other endpoints using the SDK (similar to what is defined in our management SDK README)

This is being tracked by #76

And there is a workaround in the comments.

Let us know if this doesn’t work for you!

3 Likes

Ah, if I’ve read the entire usage guide, I would see. Thank you for being kind and thorough with your response, even when I didn’t read the intro doc fully.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.