Feature request: open a SR session and start and application automatically (specified in url path)
There are two parts to this feature:
- Starting a SR user session with a given application name to automatically run when it opens
- The SR CLI will need to parse this information
- Could be achieved by expanding the existing SR
BaseHandler framework
- Including this information in a protected endpoint on the web application
- If a user is already authenticated, this is an allowed action
- If a user is not authenticated, the OAuth2 system should handle redirecting to login page, and then redirecting back to original endpoint upon a successful login attempt