I have a site called abc.com ,Its under the azure AD authentication. And I have another two WCF service under abc.com as sub sites How DO I bring the above two service under Azure AD ? Please help on this
According to your description, I couldn't understand your requirement clearly.
Do you mean you have already use AAD to protect abc.com web application?
Are two WCF service not inside the root web application? Each of them use different authentication mode?
If you just want to know how to use AAD protect your WCF project, I suggest you could refer to this article:
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
26 Points
46 Posts
Need to Authenticated Azure AD for SubSite as per Root Site
May 06, 2019 01:51 PM|n.m.rameshraja|LINK
Hi All,
I have a site called abc.com ,Its under the azure AD authentication. And I have another two WCF service under abc.com as sub sites
for eg)
1) https://abc.com\WCFservcie1\Service1.svc
1) https://abc.com\WCFservcie1\Service2.svc
How DO I bring the above two service under Azure AD ? Please help on this
Thanks in Advance.
Star
9831 Points
3120 Posts
Re: Need to Authenticated Azure AD for SubSite as per Root Site
May 07, 2019 06:18 AM|Brando ZWZ|LINK
Hi Ramesh,
According to your description, I couldn't understand your requirement clearly.
Do you mean you have already use AAD to protect abc.com web application?
Are two WCF service not inside the root web application? Each of them use different authentication mode?
If you just want to know how to use AAD protect your WCF project, I suggest you could refer to this article:
https://jpd.ms/protecting-wcf-with-azure-ad-586487769b5e
11Best Regards,
Brando
Member
26 Points
46 Posts
Re: Need to Authenticated Azure AD for SubSite as per Root Site
May 07, 2019 10:12 AM|n.m.rameshraja|LINK
Hi ,
This two WCF services are sub directory under the root. The Root directory already in Azure AD authentication.
Now I need to bring those two WCF services under Azure AD authentication.
Star
9831 Points
3120 Posts
Re: Need to Authenticated Azure AD for SubSite as per Root Site
May 09, 2019 03:13 AM|Brando ZWZ|LINK
Hi Ramesh,
According to your description, I still couldn't understand your requirement clearly?
Do you mean you want to let AD authencation provide the two WCF services?
As far as I know, if you want to use AAD to protect the WCF, it is not related the url about the WCF.
You just need to register a new app in AAD and use its Application ID and secret in the WCF application.
More details ,you could refer to this article:
https://jpd.ms/protecting-wcf-with-azure-ad-586487769b5e
Best Regards,
Brando