You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Feature request: open a SR session and start and application automatically (specified in url path)
There are two parts to this feature:
BaseHandler
frameworkThe text was updated successfully, but these errors were encountered: