Skip to content

Commit

Permalink
Fix/447 add scope id configuration to portal (#469) (#473)
Browse files Browse the repository at this point in the history
* Add ID scope to portal deployment template

* Read DPS Scope ID from Settings

* Add unit tests coverage to config handlers
  • Loading branch information
kbeaugrand authored Mar 22, 2022
1 parent 89d69c8 commit b03b7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AzureIoTHub.Portal/Server/ConfigHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public abstract class ConfigHandler
internal const string IoTHubConnectionStringKey = "IoTHub:ConnectionString";
internal const string DPSConnectionStringKey = "IoTDPS:ConnectionString";
internal const string DPSServiceEndpointKey = "IoTDPS:ServiceEndpoint";
internal const string DPSIDScopeKey = "IoTDPS:DPSIDScope";
internal const string DPSIDScopeKey = "IoTDPS:IDScope";

internal const string OIDCScopeKey = "OIDC:Scope";
internal const string OIDCAuthorityKey = "OIDC:Authority";
Expand Down

0 comments on commit b03b7df

Please sign in to comment.