YellowFin integration in ASP.NET
Answered
Hello,
i have been trying to intergrate YellowFin in a sprate ASP.NET project, iam using the Javascript API V3
and exactly this;
yellowfin.init().then(() => { yellowfin.loadDashboard({ dashboardUUID: '71858adf-3816-42e9-87cd-79f1bb2be637', element: document.querySelector('div#reportDiv'), });});
but then the login window always pops up and the user wont be able to see the dashboard without logging in,
My question:
i want the user to be logged in already and able to see the Dashboard right away and dose not have to log in everytime when starts the webapp, how do i make a user login using Code? i tried almost everything so far, nothing worked for me
Hi Ahmad,
Thanks for reaching out.
I believe there to be two main options here:
-create a Guest Account enabled so that a login is not required. You can read more about this on the relevant Wiki entry here.
-input user details in your load dashboard API call. For example:
You may also get it to work with making your script src something like <script type="text/javascript" src="http://localhost:9292/JsAPI/v3?token=<%=rs.getLoginSessionId()%"></script>; and the call:Please give one of these options a try and let me know how goes.
Regards,
Mike
Hi Ahmad,
Thanks for reaching out.
I believe there to be two main options here:
-create a Guest Account enabled so that a login is not required. You can read more about this on the relevant Wiki entry here.
-input user details in your load dashboard API call. For example:
You may also get it to work with making your script src something like <script type="text/javascript" src="http://localhost:9292/JsAPI/v3?token=<%=rs.getLoginSessionId()%"></script>; and the call:Please give one of these options a try and let me know how goes.
Regards,
Mike
Hi Ahmad,
I just wanted to check in and see how things are going with this.
Regards,
Mike
Hi Ahmad,
I just wanted to check in and see how things are going with this.
Regards,
Mike
Hi Ahmad,
I see this is currently being discussed with your Account Manager and I believe Vienna Advantage as well. Regardless, this will be continued by someone outside of Support.
As such, I'm going to go ahead and close out this support case, but if you have any further questions or concerns (or don't hear back from anyone else in the next day or two), you can respond here and I will continue trying to facilitate this conversation for you.
Regards,
Mike
Hi Ahmad,
I see this is currently being discussed with your Account Manager and I believe Vienna Advantage as well. Regardless, this will be continued by someone outside of Support.
As such, I'm going to go ahead and close out this support case, but if you have any further questions or concerns (or don't hear back from anyone else in the next day or two), you can respond here and I will continue trying to facilitate this conversation for you.
Regards,
Mike
The excellent post gained so much information, Keep posting like this.
https://espirittech.com/dot-net-application-development-company/
The excellent post gained so much information, Keep posting like this.
https://espirittech.com/dot-net-application-development-company/
Replies have been locked on this page!