Posts

Showing posts from April, 2021

Customizing Okta login flow (messages, controls, logos, bk img, styles and more)

  Here's the Okta Dev Guide to customizing Okta login pages You can customize lots of properties including customizing UI, Email and sms logo, labels including i18n string translations. Okta provides a dashboard to customize flow as well as manage people, workflows etc. logo, background image and theme; easy to customize in Settings -> Appearance emails; in Settings -> Emails & SMS have to edit a version of each email for each language you support and manually enter the text for each country! UI Screens;  Customize in Settings -> Customization.  Includes these flows signin flow (incl mfa flow) mfa setup flow password reset flow account unlock ...but most customizations are done for these pages in css styles and javascript (see below) unlike emails there is no editor where you can edit each page. Instead you have to customize the pages through javascript and css. This is what you'll typically change and how: hide control reposition add controls change text messages

Chrome emulate print mode rendering

 This is pretty cool for debugging and styling print mode css https://developers.google.com/web/tools/chrome-devtools/css/print-preview