openid/AppAuth-Android

Is the session management spec possible to implement on native devices?

ahmednfwela opened this issue · 0 comments

The OpenID Connect Session Management 1.0 requires the use of a hidden iframe to communicate with the OP, and the use of authorization grant with prompt=none (which also needs a hidden iframe).

On web, it's quite easy to hide an iframe, but is it even possible on native devices (android, ios, macos, windows, linux) ?