skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

Certificate requirement when deploying to Azure App Service #165

Closed robertellisuk closed 1 year ago

robertellisuk commented 1 year ago

Hey

I'm looking at this Admin software recently, and IS 6 in general, as part of a project which is, as this stage, purely hobbyist/enthusiast rather than commercial.

I have got an instance of IS 6 running in Azure App Service and I'd like to deploy Admin in to the same App Service Plan.

However, in Azure App Service, the certificate (SSL) features only come with the Basic plan as a minimum tier. My plan is currently at the Shared tier, and upscaling to Basic is going to be a few more $$ than I'd like to spend on a purely experimental project.

Is there any way to configure Admin to work in an Azure App Service deployment without enabling the App Service Certificate features? For example, some alternative configuration for signing? Or is the project architecture such that this is a take-it-or-leave-it proposition?

Not sure if it is relevant, but at the Shared tier I am currently using, clients are presented with an Azure wildcard certificate (*.azurewebsites.net)

thanks

Robert

robertellisuk commented 1 year ago

Moving to auth0. No longer need an answer.