HealthCatalyst / Fabric.Identity

Identity service to provide authentication
Apache License 2.0
12 stars 6 forks source link

User/jason/190787 identityidpssregistrationmerge #385

Closed jason-qq closed 5 years ago

jason-qq commented 5 years ago

Updates to registration script around Identity

Identity should now register with same permissions as Identity Provider Search Service does today. (Possible to double register IdPSS and Identity side by side as different applications: 'Identity Service' and 'Identity Provider Search Service')

The claims issuer registration of Identity gets the permissions: User.Read and Directory.Read.All. The search registration of Identity gets the permissions: Directory.Read.All

The script then writes to the registeredApplication section of the azuresettings.config file. The claims issuer registration is designated by the 'appName' of 'Identity Service' (same as today). The search registration portion of Identity is designated by the 'appName' of 'Identity Service Search' (Equivalent to IdPSS registration of 'Identity Provider Search Service' today).