What is the best way to display user company role and application role when logged in to the application

An application having two roles i.e Company Role and Application Role based on which different sections of the application are accessible to the person. Company Role describes either Admin or Users whereas Application Roles describes the functional role of the user in the company.

For Eg, In a company, there is a person who has Company Role as User and Application Role as Accounts and HR. Now when the person logged in the application, message or pop up or submenu should be displayed to provide the information of the roles assigned to the users and different menus will be accessible based on the Application role.

I can either display the roles assigned information in the pop-up or as a message "You are logged in as xx role" when a person is logged in or I can provide an option in the submenu for it.

What is the best way to display the roles assigned information to the person having multiple Application Roles along with the Company role when logged in the application?