You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could be missing it but I was going to use this api as a part of my 'activation' flow. The idea that I would post to /api/v1/authn with a {"token": "blahblah"} and get the user back plus password policy etc.
I'm not super familiar with this implementation of the api though so maybe I'm missing where I can do that
The text was updated successfully, but these errors were encountered:
Hmm.. not sure about your response, it doesn't seem to be related to the question.
What I need to be able to do is to login via this api with just an activation token (rather than a username/password combo). Currently there does not seem to be any java method that I can use to do that. Is there one that I missed?
arvindkrishnakumar-okta
changed the title
Primary Authentication with Activation Token
Add ability to do authentication with Activation Token
Mar 30, 2023
I could be missing it but I was going to use this api as a part of my 'activation' flow. The idea that I would post to
/api/v1/authn
with a{"token": "blahblah"}
and get the user back plus password policy etc.I'm not super familiar with this implementation of the api though so maybe I'm missing where I can do that
The text was updated successfully, but these errors were encountered: