Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shell: Add defaultDexConnector option to automatically trigger login on a predefined Dex connector #3443

Merged
merged 2 commits into from
Sep 14, 2021

Commits on Sep 6, 2021

  1. shell: Add defaultDexConnector option to automatically trigger login …

    …on a predefined Dex connector.
    
    This option can be added to the auth section of micro application `runtime-app-configuration`.
    It intercept the authorization_endpoint of the oidc web finger and append it the `connector_id` query parameter.
    
    The connector choice can be forced by adding the `displayLoginChoice` query parameter to the current URL.
    This enable to maintain UI login possible when the default connector is unavailable.
    JBWatenbergScality committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    e6346a7 View commit details
    Browse the repository at this point in the history
  2. shell: Review logout to clean the cookies of the domain when the end_…

    …session_endpoint is not supported
    
    Dex is not supporting `end_session_endpoint` the logout is reviewed to clean the cookies of the
    domain and clearing the localStorage entries of oidc client when `providerLogout` is set to true.
    
    Ref: #2831
    JBWatenbergScality committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a06e266 View commit details
    Browse the repository at this point in the history