I’m trying to implement the Auth0 universel login in my Android Application it works perfectly right now but I’m confused about one thing , I’m using the "prompt =login " as a parameter in the purpose to ask the user to login again after a logout action .
My question : Is the "prompt =login " parameter could produce a problem after a silent renew ?
According to this link : Final: OpenID Connect Core 1.0 incorporating errata set 1
The Authentication Request contains the prompt parameter with the value login. In this case, the Authorization Server MUST reauthenticate the End-User even if the End-User is already authenticated .
Is that true ? it’s not happened for me right now ? or may be this link talk about an old Auth0 SDK version .
Waiting for your reply .
Thanks in advance.