The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I don't believe anything like this exists "out of the box". But you could possibly develop you own custom security extension in C# to integrated into IBMID. There is a sample here https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample that shows how to build a custom security extension that authenticates against a custom database. I think it should be possible to integrate with another authentication provider using this technique.