okta-sdk-java icon indicating copy to clipboard operation
okta-sdk-java copied to clipboard

LogAuthenticationContext (generated) is missing rootSessionId field

Open johnbhurst opened this issue 2 months ago • 0 comments

Describe the bug?

The (generated) class com.okta.sdk.resource.model.LogAuthenticationContext includes these fields from the log event object:

authenticationProvider authenticationStep credentialProvider credentialType externalSessionId interface issuer

Should it also include rootSessionId? The field occurs in the system log API response.

What is expected to happen?

The class should include the rootSessionId field from the system log.

What is the actual behavior?

The field is not in the class.

Reproduction Steps?

Examine the generated code for com.okta.sdk.resource.model.LogAuthenticationContext.

Additional Information?

No response

Java Version

N/A

SDK Version

24.0.0

OS version

No response

johnbhurst avatar Oct 26 '25 23:10 johnbhurst