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!
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
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.
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
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.