Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Duende.​IdentityServer.​Validation.​StrictRedirectUriValidatorAppAuth

Assembly: Duende.IdentityServer

Inheritance: object → StrictRedirectUriValidator → StrictRedirectUriValidatorAppAuth

Implemented Interfaces

Implementation of strict redirect URI validator that allows a random port if 127.0.0.1 is used.

Methods

IsRedirectUriValidAsync​(RedirectUriValidationContext context)
IsPostLogoutRedirectUriValidAsync​(string requestedUri, Models.​Client client)
Determines whether a post logout URI is valid for a client.
Returns <c>true</c> is the URI is valid; <c>false</c> otherwise.
requestedUri The requested URI.
client The client.
protected bool
StringCollectionContainsString​(System.​Collections.​Generic.​IEnumerable<​string> uris, string requestedUri)
Checks if a given URI string is in a collection of strings (using ordinal ignore case comparison)
uris The uris.
requestedUri The requested URI.
IsRedirectUriValidAsync​(string requestedUri, Models.​Client client)
Determines whether a redirect URI is valid for a client.
Returns <c>true</c> is the URI is valid; <c>false</c> otherwise.
requestedUri The requested URI.
client The client.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object