We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca35f0 commit 5571ccfCopy full SHA for 5571ccf
src/FusionAuthClient.ts
@@ -8005,6 +8005,13 @@ export interface LoginConfiguration {
8005
requireAuthentication?: boolean;
8006
}
8007
8008
+/**
8009
+ * @author Daniel DeGroff
8010
+ */
8011
+export interface LoginHintConfiguration extends Enableable {
8012
+ parameterName?: string;
8013
+}
8014
+
8015
export enum LoginIdType {
8016
email = "email",
8017
username = "username"
@@ -9141,6 +9148,7 @@ export interface SAMLv2IdentityProvider extends BaseIdentityProvider<SAMLv2Appli
9141
9148
idpEndpoint?: string;
9142
9149
issuer?: string;
9143
9150
keyId?: UUID;
9151
+ loginHintConfiguration?: LoginHintConfiguration;
9144
9152
nameIdFormat?: string;
9145
9153
postRequest?: boolean;
9146
9154
requestSigningKeyId?: UUID;
0 commit comments