Okta.Sdk.Model.WsFederationApplicationSettingsApplication

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AttributeStatementsstringYou 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]
AudienceRestrictionstringThe entity ID of the SP. Use the entity ID value exactly as provided by the SP.
AuthnContextClassRefstringIdentifies the SAML authentication context class for the assertion's authentication statement
GroupFilterstringA 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]
GroupNamestringThe 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]
GroupValueFormatstringSpecifies the WS-Fed assertion attribute value for filtered groups. This attribute is only applied to Active Directory groups.
NameIDFormatstringThe username format that you send in the WS-Fed response
RealmstringThe 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]
SiteURLstringLaunch URL for the web app
UsernameAttributestringSpecifies additional username attribute statements to include in the WS-Fed assertion
WReplyOverrideboolEnables a web app to override the `wReplyURL` URL with a reply parameter.[optional]
WReplyURLstringThe WS-Fed SP endpoint where your users sign in

[Back to Model list] [Back to API list] [Back to README]