• Matthew Irish's avatar
    UI - jwt auth (#6188) · 50c77979
    Matthew Irish authored
    * fix default rendering of svg and allow plugins access to mount tune form
    
    * add auth-jwt component
    
    * add callback route, and allow it to be navigated to on load
    
    * add jwt as a supported auth method
    
    * use auth-jwt component and implement intial oidc flow
    
    * allow wrapping un-authed requests
    
    * pass redirect_url and properly redirect with the wrapped token
    
    * popup for login
    
    * center popup window and move to localStorage events for cross window communication because of IE11
    
    * access window via a getter on the auth-form component
    
    * show OIDC provider name on the button
    
    * fetch default role on render of the auth-jwt component
    
    * simplify auth-form template
    
    * style callback page
    
    * refetch auth_url when path changes for auth-jwt component
    
    * fix glimmer error on alias metadata, and add back popup-metadata component
    
    * fix link in metadata page
    
    * add logo-edition component and remove use of partial for logo svg
    
    * render oidc callback template...
    50c77979