Commit 8606500
authored
feat(iot-serv): Add ability to send custom authentication scopes for RBAC auth (#3476)
Previously, the SDK hardcoded just "https://iothubs.azure.net/.default" as the only supported scope, but this does not work for non-public clouds
Also fix some out-of-date dependency issues and bump the service client version for a release1 parent 011494f commit 8606500
File tree
63 files changed
+235
-266
lines changed- .github
- e2e/test
- iothub
- device
- samples
- getting started
- FileUploadSample
- MethodSample
- SimulatedDeviceWithCommand
- SimulatedDevice
- how to guides/DeviceReconnectionSample
- solutions/PnpDeviceSamples
- PnpConvention
- TemperatureController
- Thermostat
- src
- Transport
- AmqpIot
- Mqtt
- tests
- service
- samples
- getting started
- EdgeDeploymentSample
- FileUploadNotificationReceiverSample
- InvokeDeviceMethod
- JobsSample
- ReadD2cMessages
- ServiceClientSample
- how to guides
- AzureSasCredentialAuthenticationSample
- CleanupDevicesSample
- ImportExportDevicesSample
- RoleBasedAuthenticationSample
- solutions
- DigitalTwinClientSamples
- TemperatureController
- Thermostat
- PnpServiceSamples
- TemperatureController
- Thermostat
- src
- Authentication
- DigitalTwin
- Authentication
- Jobs
- Messaging
- Models
- Registry
- tests
- provisioning
- device
- samples
- getting started/X509Sample
- how to guides
- SymmetricKeySample
- TpmSample
- src
- tests
- service
- samples
- getting started
- CleanupEnrollmentsSample
- EnrollmentGroupSample
- EnrollmentSample
- how to guides/BulkOperationSample
- src
- tests
- transport
- amqp
- src
- tests
- http
- src
- tests
- mqtt
- src
- tests
- samples/helpers/ColorConsoleLogger
- security/tpm
- samples/SecurityProviderTpmSimulator
- src
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+235
-266
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
iothub/device/samples/getting started/SimulatedDeviceWithCommand/SimulatedDeviceWithCommand.csproj
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
Lines changed: 0 additions & 164 deletions
This file was deleted.
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 9 | | |
18 | 10 | | |
19 | 11 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments