Spring-Security-Oauth2: Default login success url
Is it possible to set a default login successurl for a Spring Oauth2 Sso service? Following szenario browser reqeuests index.html sso service: Not protected ==> return the index.html index.html contains manifest attribute ==> browser requests the manifest sso service: Manifest is protected ==> returns 401 client redirects to ${sso.host}/login sso service redirects to auth server authentication ==> redirects back to ${sso.host}/login with the code in the query-String sso service: requests token and redirects to the manifest file Is there a way to NOT redirect to the last requested resource