<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007B5JN1CANOkta Classic EngineDirectoriesAnswered2024-03-25T04:48:50.000Z2021-09-15T15:37:36.000Z2021-09-22T10:42:17.000Z
Change core10 locale for Slack to en_UK

Hi all,

 

I am trying to either A. Change the default locale from Okta to Slack provisioning to en_UK as it is en_US at at present or B. Allow users to update their profile from their user dashboard by enabling locale as read write.

 

So far I have noted that it is just a string (text box) for end user driven (also trying to do this for time zone) we are happy that this could spread across to other SSO apps.

 

As seen below I can't see a way to change it in attributes under Slack, so would I need to create a custom attrb for this?

 

Image is not available


  • Hello Dean !

     

    Thank you for posting on our community forums.

    There are several ways to do this as this relies on the locale attribute of the Okta Profile.

     

    If this value is consistent (EN_US) across all users, you can just map a fixed value (en_UK) to the Slack locale attribute using the Profile Editor.

     

    Alternatively, you can change the user's locale from the profile source.

     

    Another option would be to use the Profile editor, and map the expression below for Slack's locale

     

    user.locale == "en_US" ? "en_UK" : user.locale

     

    Expand Post
  • mz3z2 (mz3z2)

    HI Catalin,

     

    Thanks for your reply.

     

    I used the third method - user.locale == "en_US" ? "en_UK" : user.locale and it worked perfectly.

     

    Many thanks,

     

    Dean

    Expand Post
This question is closed.
Loading
Change core10 locale for Slack to en_UK