Questions tagged [policy-server]
8 questions
2
votes
1 answer
Silverlight policy server on custom port?
By default silverlight checks for cross domain policy on port 943. You can also change the SocketClientAccessPolicyProtocol property of the SocketAsyncEventArgs to check using HTTP on port 80.
I have an in-browser silverlight app and am in a…

Aboo
- 2,314
- 1
- 18
- 23
2
votes
1 answer
Persist Entitys in Database instead of appsettings.json
I have an Project where I user IdentityServer4 and PolicyServer.Local.
IdentityServer4 already has an implementation for storing the necessary data in a database, but PolicyServer doesnt.
So i tried to implement it myself, with success, but it feels…

SergSam
- 365
- 1
- 4
- 16
1
vote
2 answers
Why does it fail every time it wants to create the super user account in CA SiteMinder during Policy Server Installation?
I'm trying to install the CA Policy Server from CA Single Sign-On (formerly CA SiteMinder)but after three or four times I'm getting always same error
COMMAND: "C:\Users\Administrator.AJC\AppData\Local\Temp\2\195853.tmp\smreg" -su ******
RETURN:…

Noob_Number_1
- 725
- 5
- 20
1
vote
2 answers
How do I open a socket back to port 80 in Silverlight?
Is there a way to open a TCP Socket back to a non-standard Silverlight port such as port 80?
I don't quite understand the restrictions on Silverlight ports.
I would like to open a connection back to the server of origin using any port. I can serve…

Nosrama
- 14,530
- 13
- 49
- 58
0
votes
2 answers
What is the point of a Policy Server? (Silverlight)
I've been messing around with Silverlight sockets and after scratching my head a bit as to why my connections were being denied I realized I needed to set up a policy server. Silverlight connects to the policy server port on the host specified by…

Spencer Ruport
- 34,865
- 12
- 85
- 147
0
votes
2 answers
Implement one general Authorization Service which should be called when I put Authorize attribute on it in multiple applications/APIs
Has anyone an idear what to use as a general Authorization Service and have an working code example or good implementation steps how to implement such of thing.
It takes a lot of time to look what I am after, but didn't found any satisfied solution…

Christiaan
- 59
- 1
- 8
0
votes
1 answer
How can I define policies for my API for two types of access tokens, one with an identity (sub) and one without?
I am using IdentityServer4 via ASPNET Core, and I want users to access my API both by the web browser via their identity (Implicit and Hybrid), and by clients programatically (Client Credentials). I realize all I have to do is add…

Victorio Berra
- 2,760
- 2
- 28
- 53
0
votes
1 answer
Effective way to parse & retrieve Policy Server response using Java
I have a Policy Server where I'm creating resources & roles. The resources are guided by policies which is defined based on the roles. For ex. assume we have the following resources button1, button2, Submit, table2 & Roles like Google:NA:Admin,…

Mr.Green
- 274
- 1
- 3
- 15