How to deploy ASP.net application with OAM authentication in Azure PaaS

Anonymous
2023-09-27T13:11:16.7566667+00:00

Team,

we are supporting Asp.net application with SQL server and its hosted in On-premises server. we are planning move to Azure PaaS environment. we have challenge is Application using OAM authentication to deploy the application. Is It possible to deploy the application in PaaS with OAM authentication.

Thanks in Adavance.

Regards

Arunkumar Bandhan

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2023-09-27T19:26:48.9866667+00:00

    Hey @Anonymous

    I'm not familiar with Oracle (beyond T-SQL, I'm a SQL server guy myself) but it does have an OpenIDConnect. But, have a look at Configure your App Service or Azure Functions app to sign in using an OpenID Connect provider. Once hiccup I see though is with your database still being on-premises, you would need to configure either S2S or VPN.

    0 comments No comments

  2. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-09-27T20:39:50.3933333+00:00

    because OAM authentication is a HttpModule, it can not be deployed on a PaaS, you will need to use a virtual machine or windows docker container instead.

    note: You can check with Oracle if they have a owin or asp.net core middleware version which could be used instead of the module.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.