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.​StrictRedirectUriValidator

Assembly: Duende.IdentityServer

Inheritance: object → StrictRedirectUriValidator

Implemented Interfaces

Default implementation of redirect URI validator. Validates the URIs against the client's configured URIs.

Methods

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.
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.
IsRedirectUriValidAsync​(RedirectUriValidationContext context)
Determines whether a redirect uri is valid for a context.
Returns <c>true</c> is the URI is valid; <c>false</c> otherwise.
context The context.
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