OAuth Authentication Guidance Update
- The property
ArcGISPortalUrlfor Enterprise servers should be populated with the portal url, which typically,
but not always, ends with/portal(e.g., https://arcgis.my_company.com/portal). This property is not required for
ArcGIS Online, and if it is set, it would be without/portal(e.g., https://my_company.arcgis.com).
New Features
ExpandWidgetGroup- new property to group multiple ExpandWidgets together. When one is expanded, the others in the same group will collapse.- Added
GetandSetasync methods to the following properties:ExpandedExpandIconClassExpandTooltipGroupCollapseIconClassCollapseTooltip
ImageryTileLayerViewandVectorTileLayerView- new sub-classes ofLayerView.VectorTileLayerView.HasVisibleFeatures
Bug Fixes
- Fixed issues with loading correct
LayerViewclass types. - Fixed issue with
AuthenticationManager.RegisterTokenappending/portalto path even if not needed. Updated documentation and examples as well.
New Sample Application
dymaptic.GeoBlazor.Core.Sample.TokenRefresh- https://github.com/dymaptic/GeoBlazor/tree/develop/samples/dymaptic.GeoBlazor.Core.Sample.TokenRefresh- Demonstrates how to implement App token authentication and token refresh patterns for Blazor Server and WebAssembly.
What's Changed
- Bug/456 authentication manager by @magmoe in #470
- Feature/445 ogc feature layer by @TimPurdum in #471
- Refactor Authentication Token Refresh Examples by @TimPurdum in #473
- remove portal url manipulation and update documentation by @TimPurdum in #482
- Build consolidation by @TimPurdum in #479
New Contributors
Full Changelog: v4.2.0...v4.3.0