We’ve been attempting to improve our security posture by implementing device assurance policies along with some other device-type rules however this seems to be causing issues with Okta-SDK-Golang based authentication coming from tools used by our SWEs, these events are being classified by Okta as device type unknown.
Is there a method in the SDK that would allow the SWEs to send appropriate data for Okta to classify the device as the computer they’re working from? I did look at implementing Okta hosted login (samples-golang/okta-hosted-login at master · okta/samples-golang · GitHub) but it appears this is only an option on OIDC apps and the apps in question are currently configured for SAML.