v2.8.0 Latest March 28, 2025
What's Changed
Add email
standard attribute to DirectoryUser
(#189 )
Mark emails
, job_title
, and username
standard attributes as deprecated. Enable the equivalent auto-mapped custom attributes instead (#189 )
Full Changelog : https://github.com/workos/workos-dotnet/compare/v2.7.0...v2.8.0
What's Changed
Added
Added Organization Domain fields (#186 )
Full Changelog : https://github.com/workos/workos-dotnet/compare/v2.6.0...v2.7.0
Added
Add GET /organization/:orgId/roles support (#182 )
Full Changelog : https://github.com/workos/workos-dotnet/compare/v2.5.0...v2.6.0
What's Changed
Full Changelog : https://github.com/workos/workos-dotnet/compare/v2.4.0...v2.5.0
What's Changed
Added custom exceptions for webhook verification by @gcsuk in https://github.com/workos/workos-dotnet/pull/177
New Contributors
Full Changelog : https://github.com/workos/workos-dotnet/compare/v2.3.0...v2.4.0
What's Changed
Add AppleOAuth constants by @gcarvelli in https://github.com/workos/workos-dotnet/pull/167
Fix CI badge + add NuGet one by @gcarvelli in https://github.com/workos/workos-dotnet/pull/172
v2.3.0 by @gcarvelli in https://github.com/workos/workos-dotnet/pull/170
Added missing values to DirectoryState enum by @WillyPain in https://github.com/workos/workos-dotnet/pull/174
New Contributors
@gcarvelli made their first contribution in https://github.com/workos/workos-dotnet/pull/167
@WillyPain made their first contribution in https://github.com/workos/workos-dotnet/pull/174
Full Changelog : https://github.com/workos/workos-dotnet/compare/v2.2.0...v2.3.0
Deprecated
Marked the AllowProfilesOutsideOrganization
option as deprecated (#168 )
What's Changed
Add DomainData
to Organization create and update methods, replacing deprecated domains
(#165 )
Added
Changed
[Breaking change] Renamed User to DirectoryUser (#132)
[Breaking change] Renamed ConnectionType to Type (#138)
[Breaking change] Changed directory states from linked/unlinked to active/inactive (#142)
[Breaking change] Changed default list pagination order to be DESC (#159)
[Breaking change] Changed Connection.Type to be a string and add ProviderType (#154)
Removed
Full Changelog: https://github.com/workos/workos-dotnet/compare/v1.17.4...v2.0.0
Changed
Added CreatedAt
and UpdatedAt
to directory user (#129 )
Added validating
enum to ConnectionState (#128 )
Changed
Added missing types int
and long
to FlattenQueryParameters
(#119 )
ListOrganizationOptions
now inherits ListOptions
(#121 )
Added
Added groups attribute to SSO user profile. This feature is in beta, please reach out to support@workos.com to access this feature. (#117 )
Changed
Added missing properties user
and issuer
to totp
entity (#111 )
Changed
DeleteConnection
now returns a Task (#110 )
Added
Add idempotencyKey
to CreateOrganization
(#102 )
Add CreateAuditLogEventOptions options
to CreateEvent
in audit logs(#107 )
Added
Added SuccessURL
to GenerateLinkOptions
(#105 )
Added
Added PrimaryEmail
getter method to directory users (#101 )
Added job title attribute for directory users (#103 )
v1.12.0 September 16, 2022
Added
Added
Added new supported Directory Type enumerations (#96 )
Added
Added DirectoryId
and OrganizationId
to DirectoryUsers
and DirectoryGroups
(#92 )
Changed
Updated endpoints used for MFA operations (#89 )
Deprecated
The VerifyFactor
attribute has been deprecated in favor of VerifyChallenge
(#89 )
Added
Exposed custom_attributes for directory users (#57 )
Added Auth0SAML
as a supported ConnectionType
(#58 )
Added
Uncovered groups in Get Directory User Method (#52 )
Exposed expires_in
parameter when creating passwordless sessions (#53 )
Added OrganizationId to Directory endpoint (#53 )
Changed
Fixed URL to point to GitHub page (#55 )
Added
Added new providers to provider list (#86 )
Changed
Directory groups now map created_at
and updated_at
fields (#85 )
Added
Added MFA API support (#79 )
Added Organization filter to list directories method (#80 )
Changed
Fixed incorrect list metadata response property name (#75 )
Added
Added support for domain_hint
and login_hint
parameters to GetAuthorizationURL
(#72 )
Added support for organization
parameter to GetAuthorizationURL
(#71 )
Changed
Deprecated domain
parameter for GetAuthorizationURL
in favor of organization
(#71 )
Added
Added webhook signature validation method (#66 )
Added Get a Directory method (#68 )
Added
Added support for AllowProfilesOutsideOrganization
to organizations (#63 )
Added OrganizationId
to profiles (#64 )
Added
Added created_at
and updated_at
fields (#61 )
Added connection types for CyberArk, GoogleSAML, SalesForce and JumpCloud (#60 )