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.​Saml.​Models.​IdpInitiatedResult
Assembly: Duende.IdentityServer
Inheritance: object → IdpInitiatedResult
Result of initiating an IdP-initiated SAML SSO flow.
Properties
public
bool
Success
Gets whether the initiation was successful.
public
System.​Uri
RedirectUrl
Gets the URL to redirect to (login or callback endpoint).
Only set when Success is true.
public
string
ErrorMessage
Gets the validation error message.
Only set when Success is false.
Methods
public static
IdpInitiatedResult
Succeed​(System.​Uri redirectUrl)
Creates a successful result with a redirect URL.
public static
IdpInitiatedResult
Fail​(string errorMessage)
Creates a failed result with an error message.
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