Description
The AuthenticationProvider object represent configuration for a 3rd party provider that can be used to login to StoreConnect. Typically these are SSO providers.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
identifier |
String | Returns the unique identifier for this AuthenticationProvider |
name |
String | Returns the name of this AuthenticationProvider |
provider |
String | Returns the name of the service used by this AuthenticationProvider |
reset_password_url |
String | Returns the URL users must visit to reset their password with this AuthenticationProvider |
sign_in_path |
String | Returns the relative path used to sign in with this AuthenticationProvider |
supports_registration? |
Boolean | Returns true if this AuthenticationProvider also supports the ability to register for an account |
supports_reset_password? |
Boolean | Returns true if this AuthenticationProvider also supports the ability to reset user passwords |