bcgov / ExitSurveyAdmin

The Exit Survey Administration Tool will assist BC Stats in administering the BCPS Exit Survey.
https://www2.gov.bc.ca/gov/content/data/statistics/government/employee-research/exit-survey
Apache License 2.0
3 stars 1 forks source link

Keycloak login prompt page says "Log in to MyWES" #149

Closed aclowery closed 4 years ago

aclowery commented 4 years ago

Small Bug When prompted to log in to the test and prod environments of the ESA, it redirects to a page that says "MyWES Authenticate with IDIR" and the tab title also says "Log in to MyWES". Although this message is inaccurate, in both instances once I login with my IDIR, I am successfully logged into the ESA (i.e., more of an aesthetics bug). Alternatively, the dev environment says BCSTATS. This might be more desirable, or perhaps EXIT SURVEY. @karmour do you have a preference for what this login prompt should read?

karmour commented 4 years ago

It's a Keycloak screen and if it can be customized for Exit Survey, then let's do that: "Exit Survey Admin"

If it cannot be customized per app, then we'll need something more generic that also works for MyWES, such as: "BC Stats Web Apps".

@robinwn please let us know what's possible. :)

robinwn commented 4 years ago

I've updated the Keycloak realm config to have a consistent naming of "BCStats". The realm covers a collection of apps. In Keycloak these apps are called 'clients'. There are two client so far - MyWES and ExitSurveyAdmin.

aclowery commented 4 years ago

Thank you for fixing this Robin!