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
- IRedirectUriValidator Implemented by: StrictRedirectUriValidator
Implementation of strict redirect URI validator that allows a random port if 127.0.0.1 is used.
Methods
public
System.​Threading.​Tasks.​Task<​bool>
IsRedirectUriValidAsync​(RedirectUriValidationContext context)
public
System.​Threading.​Tasks.​Task<​bool>
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)
Inherited from StrictRedirectUriValidator
Checks if a given URI string is in a collection of strings (using ordinal ignore case comparison)
uris
The uris.
requestedUri
The requested URI.
public
System.​Threading.​Tasks.​Task<​bool>
IsRedirectUriValidAsync​(string requestedUri,
Models.​Client client)
Inherited from StrictRedirectUriValidator
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object