Forum Discussion
Validate URL Filter
Yes, I need to look at RLS.
No I parse the URL looking for specific IDs which I then authorize using my security extension. But of course that could've been a real security miss.
Thank you!
Anonymous I've been tasked with parsing the Power BI URL and can't figure out how to do it. Do you mind sharing how you achieved this?
(Essentially, there is a button in the Power BI report that links to additonal information, and I want to read the Power BI URL for a variable in there that will be used to create the dynamic link in the button).
Thanks!
- Anonymous6 years agoNot applicable
Not sure I understand what you mean but i simply just extract the URL from the IRSRequestContext and then do string validation on it using regex and other rules specificly for my purpose.
I do this in my implementation of IAuthenticationExtension2.GetUserInfo