diff --git a/app/utils/helpers.ts b/app/utils/helpers.ts index f6c71ab..4398043 100644 --- a/app/utils/helpers.ts +++ b/app/utils/helpers.ts @@ -74,7 +74,7 @@ export const generateRealmLinksByEnv = (env: string, realmName: string) => { export const generateMasterRealmLinksByEnv = (env: string, realmName: string) => { const domain = env === 'dev' ? dev_kc_url : env === 'test' ? test_kc_url : prod_kc_url; - return `${domain}/auth/admin/master/console/#/realms/${realmName}`; + return `${domain}/auth/admin/master/console/`; }; export const getRealmPermissionsByRole = (realmName: string) => { diff --git a/app/utils/mailer.ts b/app/utils/mailer.ts index b4e0bfa..d3922ac 100644 --- a/app/utils/mailer.ts +++ b/app/utils/mailer.ts @@ -291,7 +291,7 @@ export const sendReadyToUseEmail = async (realm: Roster) => {
  • -

    At this point you will see a forbidden message

    +

    At this point you cannot log in, and might see a loading spinner or a forbidden message. Exit from the browser and continue with next step.

  • One of the existing Realm Admins will need to add the user that logged in to #1 above to the custom realm admin group via the master links