Skip to content

Commit

Permalink
domain sync
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Dec 12, 2022
1 parent 6ca35f0 commit 5571ccf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/FusionAuthClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8005,6 +8005,13 @@ export interface LoginConfiguration {
requireAuthentication?: boolean;
}

/**
* @author Daniel DeGroff
*/
export interface LoginHintConfiguration extends Enableable {
parameterName?: string;
}

export enum LoginIdType {
email = "email",
username = "username"
Expand Down Expand Up @@ -9141,6 +9148,7 @@ export interface SAMLv2IdentityProvider extends BaseIdentityProvider<SAMLv2Appli
idpEndpoint?: string;
issuer?: string;
keyId?: UUID;
loginHintConfiguration?: LoginHintConfiguration;
nameIdFormat?: string;
postRequest?: boolean;
requestSigningKeyId?: UUID;
Expand Down

0 comments on commit 5571ccf

Please sign in to comment.