Okta.Sdk.Model.WsFederationApplicationSettingsApplication
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AttributeStatements | string | You can federate user attributes such as Okta profile fields, LDAP, Active Directory, and Workday values. The SP uses the federated WS-Fed attribute values accordingly. | [optional] |
| AudienceRestriction | string | The entity ID of the SP. Use the entity ID value exactly as provided by the SP. | |
| AuthnContextClassRef | string | Identifies the SAML authentication context class for the assertion's authentication statement | |
| GroupFilter | string | A regular expression that filters for the User Groups you want included with the `groupName` attribute. If the matching User Group has a corresponding AD group, then the attribute statement includes the value of the attribute specified by `groupValueFormat`. If the matching User Group doesn't contain a corresponding AD group, then the `groupName` is used in the attribute statement. | [optional] |
| GroupName | string | The group name to include in the WS-Fed response attribute statement. This property is used in conjunction with the `groupFilter` property. Groups that are filtered through the `groupFilter` expression are included with the `groupName` in the attribute statement. Any users that belong to the group you've filtered are included in the WS-Fed response attribute statement. | [optional] |
| GroupValueFormat | string | Specifies the WS-Fed assertion attribute value for filtered groups. This attribute is only applied to Active Directory groups. | |
| NameIDFormat | string | The username format that you send in the WS-Fed response | |
| Realm | string | The uniform resource identifier (URI) of the WS-Fed app that's used to share resources securely within a domain. It's the identity that's sent to the Okta IdP when signing in. See Realm name. | [optional] |
| SiteURL | string | Launch URL for the web app | |
| UsernameAttribute | string | Specifies additional username attribute statements to include in the WS-Fed assertion | |
| WReplyOverride | bool | Enables a web app to override the `wReplyURL` URL with a reply parameter. | [optional] |
| WReplyURL | string | The WS-Fed SP endpoint where your users sign in |