Questions tagged [trusted]
67 questions
0
votes
0 answers
tableau iframe call prompts login
I am using tableau trusted ticket call to show a report embeded in my site.
I formed a url and when I call it in browser tab, reports correctly loads but when I call it in iframe it prompts with tableau login screen.
third-party cookies are enabled…

Anish Karunakaran
- 987
- 3
- 17
- 39
0
votes
1 answer
Add certificate to trusted does not work via macos "security add-trusted-cert"
I have a safari web-page connecting to secured web socket server (written with C# netcore 3.0).
I add server sertificate to trusted running this command (the same certificate I put on my websocket end point).
security add-trusted-cert -d -r…

Ivan _
- 1
- 2
0
votes
0 answers
Use a macro to unlock a password protected access database
I designed an MS Access Database that reads the user's window's username and restricts access based on that, with some users having full access, some having partial/controlled access, and some getting kicked out on opening it. I work for a large…

computant
- 1
- 2
0
votes
0 answers
IIS MVC Authentication - Trusted Domain
There are two domains (A and B). The two domains are in trusted relationship.
There is an IIS web server in the A domain.
In Visual Studio, I created an MVC project and it is configured in Controller for Windows authentication.
I read the data like…

Grusalak
- 1
- 2
0
votes
1 answer
Important window drivers regarding audio are missing and Audio not working
I did something crazy. While installing or removing some junk (softwares) from my pc and then suddenly i noticed that red cross sign appeared on my volume icon and no sound was there. when i checked the device manager following drivers had a small…

Ijaz Ahmad
- 1
- 4
0
votes
0 answers
Establishing trusted communication between SAP and C# using X509 certificates and .NET Connector
I need to allow a C# application running on one machine access to a SAP ERP system using the .NET Connector library. The systems need to be set up with X.509 certificates in order to be trusted systems.
Can anybody inform how to set the certificates…

Sotades
- 41
- 5
0
votes
2 answers
What are the security risks in using PL/Python?
Reading this answer it appears there may be a security risk in using PL/Python and I am curious how to overcome them. Is my interpretation of the "untrusted" as "unsecure" correct and if so if you wanted to use PL/Python is there a way to configure…

John Drinane
- 1,279
- 2
- 14
- 25
0
votes
0 answers
Run untrusted Mach-O file?
I have a question regarding Mac.
Is it possible to run untrusted Mach-O file?
Can I compile a code without a certificate and run it on Mac computer?
or the GateKeeper will block it?
Thanks!

1337
- 317
- 1
- 9
0
votes
2 answers
Make sure that the users are logged in a trusted place
I've got a web application which can be used for individual peoples (one account for one person) and for places such as schools (one account per computer). I would like to make sure that the schools accounts can only be logged in from the said…

natinusala
- 596
- 5
- 21
0
votes
1 answer
swf as trusted in android webview
I am try to load a SWF file in webview android, my SWF load other files locally and acces to network,
i test it in a web browser in computer, will set the SWF as trusted from Global Security Settings…

Mikel
- 26
- 5
0
votes
1 answer
Issues Arising in windows 7 /Ie8 when running custom Built Activex Control
Description:
The project deals with interaction with the remote desktop connecting through web browser (Internet Explorer).
What we did:
We have created an activex control that and installs through the web browser into client machine which lets the…

sshetty
- 1
0
votes
1 answer
How to Check if the request to my domain is from a trusted Source or Referrer in Java?
I have a requirement from a client to check the referrer of the http request.If the referrer is from a particular list of websites, i will allow them to access to application other wise i have to direct them to a login page. Hope I'm clear with the…

Swarup Reddy
- 21
- 4
0
votes
1 answer
how tboot does static root of trust measurement and will it change PCR 12-PCR 14 values for different linux kernel?
I have installed tboot using this command apt-get install tboot on ubuntu .
Actually I am having one doubt regarding tboot and trusted Grub. trusted grub does STRM(static root of trust for Measurement ) and it changes values in PCR 12 -PCR14.…

user1710979
- 9
- 7
0
votes
0 answers
HTTP request forbidden with client authentication scheme 'Anonymous'
I am trying to access a web service from a C# application.
I have been given a client certificate from the web service provider which I have installed into Windows.
The response I get from the web service is:
The HTTP request was forbidden with…

CJ7
- 22,579
- 65
- 193
- 321
0
votes
1 answer
taking ownership of uxtheme.dll in c++ and win 8.1
Im trying to get ownership of the uxtheme.dll in my windows 8.1 system32 folder programatically (c++). I read, tried and googled for several hours now but cant find any solution. Every time the uxtheme ownership is set, it doesnt show up in the…

lody
- 13
- 2