AuthorizationServer icon indicating copy to clipboard operation
AuthorizationServer copied to clipboard

Sample implementation of an OAuth2 Authorization Server

Results 8 AuthorizationServer issues
Sort by recently updated
recently updated
newest added

Dear Dominic, I have set up the certificate and entered the following config ``` ``` Why must be wrong? When we are using the certificate, I guess we do not...

I've notice this behavior: - After Login on STS I save the idsrv cookie. - Log out the application - Import the cookie to the browser - Access the application...

question

What is maximum size of AuthorizationServerContext.sdf file? is size configurable? or, Is there a code in place that will take care that this file will not go out of size(like...

hi, ive implemented a custom http server. So i want to use your lib without iis. How can i use it?

Have AS setup and have got the Code Flow client working. Then I thought that I would use this client to talk to OAuth2 as implemented in ADFS Server 2012...

We have configured application with 5 minutes of Token Lifetime. But even after 5 minutes gone pass. Token works for some time(Approximately 3-4 minutes). It is expected that it should...

I wanted the Consent screen with the code flow for my project, but the options the user can choose for "Offline use" were hard-coded (1 hour, 1 day , ......

enhancement

To do machine key or local key, so code doesn't need to be recompiled.

enhancement