Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get User details from SSO credentials

Sheshank-OracleJan 19 2022

Hello fellow members,
I am working on a Node.js application with Ojet framework which is integrated with SSO.
I want to show the userName or userEmail in my UI once the user have provided his/her SSO credentials.
How I can achieve this.
Kindly help

Comments

Gianni Ceresa

Hi,

If you search (yes, because this topic was already covered few times) you will find that the solution is more a workaround: hide the breadcrumb.

This can be done by a piece of CSS and you can find the code by using the developer toolbar of your browser.

1617231

Hi thanks, I saw that CSS was n option but we have more than 150 pages so was hoping for a more permanent solution. Thanks for replying

Gianni Ceresa

Why to not add the required CSS in your custom style/skin CSS file? So it's it's on all the pages using the same style/skin by default without editing every single page.

1 - 3

Post Details

Added on Jan 19 2022
1 comment
466 views