Any particular resource or API is available to achieve device secret sso? I tried the /authorize api and able to generate the device_code and user_code. But when making the call to /token, able to generate the access_token too. But how to share the same token to different app so that sso can be achieved? Any particular API or help will be helpful?
Not sure I understand your use case here.
Sounds like your current integration uses the Device Authorization Grant type to get tokens for users. Once the user authenticated in the browser, they should be able to SSO into other applications within the same Okta org, same as they would for other application types, based on the Okta session that was created in the browser.
Is that not what you’re seeing?