Skip to content

Commit 5571ccf

Browse files
committed
domain sync
1 parent 6ca35f0 commit 5571ccf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8005,6 +8005,13 @@ export interface LoginConfiguration {
80058005
requireAuthentication?: boolean;
80068006
}
80078007

8008+
/**
8009+
* @author Daniel DeGroff
8010+
*/
8011+
export interface LoginHintConfiguration extends Enableable {
8012+
parameterName?: string;
8013+
}
8014+
80088015
export enum LoginIdType {
80098016
email = "email",
80108017
username = "username"
@@ -9141,6 +9148,7 @@ export interface SAMLv2IdentityProvider extends BaseIdentityProvider<SAMLv2Appli
91419148
idpEndpoint?: string;
91429149
issuer?: string;
91439150
keyId?: UUID;
9151+
loginHintConfiguration?: LoginHintConfiguration;
91449152
nameIdFormat?: string;
91459153
postRequest?: boolean;
91469154
requestSigningKeyId?: UUID;

0 commit comments

Comments
 (0)