What happened to the option to remain logged in for the resource owner in OAuth?
<Please see attached file for image>
This was removed as of OTK 3.5.
However, this release also introduced the prompt and id_token_hint parameters that will allow you to authenticate using an existing id_token and bypass the login screen when the prompt value is set to none and a valid id_token is presented. Please see the OTK documentation for further details on using these new parameters.