LocalAuthIntegration
No description
type LocalAuthIntegration {
enabled: Boolean!
allowRegistration: Boolean!
targetFilter: AuthenticationTargetFilter!
}
Fields
LocalAuthIntegration.enabled
● Boolean!
non-null scalar
LocalAuthIntegration.allowRegistration
● Boolean!
non-null scalar
allowRegistration when true will allow users that have not signed up before with this authentication integration to sign up.
LocalAuthIntegration.targetFilter
● AuthenticationTargetFilter!
non-null object
targetFilter will restrict where the authentication integration should be displayed. If the value of targetFilter is null, then the authentication integration should be displayed in all targets.
Member Of
AuthIntegrations
object