Releases: Gibe/Umbraco.Community.AzureSSO
Releases · Gibe/Umbraco.Community.AzureSSO
2.2.0
What's Changed
- Upgrade Microsoft.Identity.Web to v2.21.1 by @Jeavon in #40
- Hotfix/add disablecomposer option by @Jeavon in #38
- Documenting user group alias by @RachBreeze in #32
- Added logging for mapping groups between Entra ID and Umbraco by @RachBreeze in #30
Full Changelog: 2.1.0...2.2.0
2.1.0 - Support for multiple tenants
Added support for using multiple Azure app registrations and tenants. This will allow logins throught 2 or more different app registrations supporting scenarios like client and agency logins.
What's Changed
- Update EntraIDSetup.md by @RachBreeze in #29
- Add support for multiple profiles by @stevetemple in #33
New Contributors
- @RachBreeze made their first contribution in #29
Full Changelog: 2.0.0...2.1.0
2.0.0 - Composer based initialisation
What's Changed
Breaking
- Change to initialising with a composer by @stevetemple in #27
Others
- Reduce dependencies by @stevetemple in #28
Full Changelog: 1.4.0...2.0.0
1.4.0
1.3.0
What's Changed
- Add
AutoRedirectLoginToExternalProvider
from appsetting configuration by @mistyn8 in #13 - detatch Sync UserName from azureAD from the SetGroupsOnLogin flag. by @mistyn8 in #16
- Add support for csv values for the umbraco user group aliases when mapping groups by @Jeavon in #18
- Allow changing of token cache type by @Jeavon in #19
New Contributors
Full Changelog: 1.2.0...1.3.0
1.2.0
Added DefaultGroups
option which will can be used to put all authenticated users into one or more Umbraco groups regardless of their AAD group.
Added SetGroupsOnLogin
option which allows you to disable groups being set on login
Added AppSettings-schema
What's Changed
New Contributors
Full Changelog: 1.1.1...1.2.0