Sha256: c494268362db3807f1d6cada4d0ab0cc87ce00a27d9f0c5897883ff63208f839

Contents?: true

Size: 806 Bytes

Versions: 2

Compression:

Stored size: 806 Bytes

Contents

# TalonOne::SSOConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enforced** | **Boolean** | An indication of whether single sign-on is enforced for the account. When enforced, users cannot use their email and password to sign in to Talon.One. It is not possible to change this to `false` after it is set to `true`.  | 
**new_acs_url** | **String** | Assertion Consumer Service (ACS) URL for setting up a new SAML connection with an identity provider like Okta or Microsoft Entra ID.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::SSOConfig.new(enforced: true,
                                 new_acs_url: https://yourdeployment.talon.one/v1/saml_connections/5/saml_callback)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/SSOConfig.md
talon_one-6.0.0 docs/SSOConfig.md