CINXE.COM

Account Management

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <base href="/auth/resources/o1nk0/account/my-account/"> <link rel="icon" type="image/png" href="/auth/resources/o1nk0/account/my-account/favicon.svg"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="color-scheme" content="light"> <meta name="description" content="The Account Console is a web-based interface for managing your account."> <title>Account Management</title> <style> body { margin: 0; } body, #app { height: 100%; } .container { padding: 0; margin: 0; width: 100%; } .keycloak__loading-container { height: 100vh; width: 100%; color: #151515; background-color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0; } @media (prefers-color-scheme: dark) { .keycloak__loading-container { color: #e0e0e0; background-color: #1b1d21; } } #loading-text { z-index: 1000; font-size: 20px; font-weight: 600; padding-top: 32px; } </style> <script type="importmap"> { "imports": { "react": "/auth/resources/o1nk0/common/keycloak/vendor/react/react.production.min.js", "react/jsx-runtime": "/auth/resources/o1nk0/common/keycloak/vendor/react/react-jsx-runtime.production.min.js", "react-dom": "/auth/resources/o1nk0/common/keycloak/vendor/react-dom/react-dom.production.min.js" } } </script> <link rel="stylesheet" href="/auth/resources/o1nk0/account/my-account/assets/main-BigPikZE.css"> <script type="module" src="/auth/resources/o1nk0/account/my-account/assets/main-PldEQoqa.js"></script> </head> <body> <div id="app"> <main class="container"> <div class="keycloak__loading-container"> <span class="pf-c-spinner pf-m-xl" role="progressbar" aria-valuetext="Loading&hellip;"> <span class="pf-c-spinner__clipper"></span> <span class="pf-c-spinner__lead-ball"></span> <span class="pf-c-spinner__tail-ball"></span> </span> <div> <p id="loading-text">Loading...</p> </div> </div> </main> </div> <noscript>JavaScript is required to use the Account Console.</noscript> <script id="environment" type="application/json"> { "serverBaseUrl": "https://sso.redhat.com/auth", "authUrl": "https://sso.redhat.com/auth/", "authServerUrl": "https://sso.redhat.com/auth/", "realm": "redhat-external", "clientId": "account-console", "resourceUrl": "/auth/resources/o1nk0/account/my-account", "logo": "/RHLogo_white.svg", "logoUrl": "https://www.redhat.com", "baseUrl": "https://sso.redhat.com/auth/realms/redhat-external/account/", "locale": "en", "referrerName": "", "referrerUrl": "", "features": { "isRegistrationEmailAsUsername": false, "isEditUserNameAllowed": false, "isInternationalizationEnabled": true, "isLinkedAccountsEnabled": true, "isMyResourcesEnabled": false, "isViewOrganizationsEnabled": false, "deleteAccountAllowed": false, "updateEmailFeatureEnabled": false, "updateEmailActionEnabled": false, "isViewGroupsEnabled": false, "isOid4VciEnabled": false }, "scope": "" } </script> </body> </html>