Is possible to get the client computer name and AD site in the Okta SSO auth response?

Hi, my scenario is a computer that joined an ActiveDirectory, and an AD user sign on to my application through Okta SSO. Once the user passed the Okta SSO, the Okta will send a response to my application. I can get the nameID, Groups, FirstName, LastName from the auth response.

I’d like to know if it’s possible to get the client computer name and ActiveDirectory Site name from the auth response.

Thanks!

Can you clarify what information you want (the AD domain? IP?) and where you want this information available/sent to (an OIDC app? something else?)?

Hi Andrea,
My app is an Angularjs web application and the server is Node.js. The web server needs to get the client computer name and AD site (Which can be got by executing PowerShell script on the client computer.).
In the current architecture, the javascript can’t get the client computer name and AD site.
I’m integrating the Okta SAML SSO into our application, I have completed the implementation since Okta will redirect to my server with the user information, so I’m wondering if Okta can get client computer name and AD site and include them in the authentication response.

Thanks,
Lin