Hello, I need to change the scope of an oauth2 cli...
# ory-network
f
Hello, I need to change the scope of an oauth2 client. Since the scope will be larger, all renew token won't works. Is it possible on ory ui to force closing all the current session to enforce user to login again?
s
Your application should probably just start a new auth code flow (or whatever you use) when it detects that the scope is not sufficient.