In our Xamarin.forms app, we want to support SSO with OKTA. By using link https://developer.okta.com/blog/2018/05/01/add-authentication-xamarin-openid-connect, we were able to implement SSO feature but using "OpenId Connect" (not WS-Federation).
My question here is can we integrate OKTA SSO with WS-Federation in Xamarin.Forms? If 'Yes' any help link is appreciated here.
Related
Guys I have found some links regarding SAML Authentication with AAD but when i go for SAML Authentication with AAD B2C and DotNet Core I didnt find any article on this.
I found that it can be implemented through Custom Policies but how? Didnt find any implementation.
Gone through the links below but havent worked out.
https://cmatskas.com/asp-net-core-saml-authentication-with-azure-ad/
https://learn.microsoft.com/en-us/azure/active-directory-b2c/saml-technical-profile.
It will be nice of you if anyone can help me out with any guidance or any solution so that we can implement SAML with AAD B2C and Dot NetCore?
SAML in B2C using custom policies.
B2C sample code for a web application using .NET Core.
Custom policies are complex - this may help you plus there is a link to a training course at the end.
For information about creating a SAML Relying Party policy for Azure AD B2C, see this sample policy.
(Note that, as at 11 July 2019, support for a SAML Relying Party policy is a preview feature.)
Refer to answers for this SO question for ASP.NET Core authentication middleware that is available for SAML.
I want to allow User to login using Gmail through the OAuth2 process.
I don't use Razor as a client it is the reason why did not use the auth template.
My stack is ReactJs and .Net core 2.2.
I have registered my Project and got Secret KEY & Client ID. Now I want to integrate it my Project but I am unable to find any sample working Project.
Thanks, Michael.
I have an azure api app, i want to use facebook, twitter, google and microsoftaccount for authentication, what i have seen all points to AAD. I have setup all the configuration in the portal because of the nice documentation. Now im struggling to implement it in my webclient and xamarin forms. I have been searching all day long.. Can someone point out to an example. thanks.
If I were starting such an app today, I'd definitely consider Azure AD B2C - the documentation page has a number of tutorials.
Azure Active Directory B2C
In lieu of that,or ASP.NET MVC have you seen:
Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)
For ASP.NET Core:
Enabling authentication using Facebook, Google and other external providers
For Xamarin Auth:
https://components.xamarin.com/gettingstarted/xamarin.auth
We implement a web application and host in Azure. Then we want to use the SSO feature which is supported by Microsoft Azure ACS. The Condition to view our Website is that users just need to provide the email address throughout login to IdP. When we implement and configure Web application, we do follow all the instructions on the website as below
http://blog.2mas.xyz/configuring-windows-azure-active-directory-access-control/
For now, we can configure and use Window LiveID, Azure AD to login into our Website.
We have a further requirement that our site should support to login SSO from custom IdP which supports SAML 2.0 such as Okta.
Our current issues: When import the SAML 2.0 XML file to ACS, it does not understand this XML file
Please give us some suggestion to use Azure ACS and okta in this situation?
You might find the following helpful: https://www.okta.com/identity-101/integrating-sso-for-azure-ad
I want to implement the asp.net identity 2.0 with a project that I'm working with. This identity system enables logging in with third party login providers such as Facebook, Twitter, Google etc... However it seems that Google has closed registration to new OpenID 2.0 clients as of May 19, 2014. It's an attempt to force developers to use the new Google+ authentication system.
Any idea if the asp.net identity 2.0 system has been upgraded to use the new Google+ authentication system? Any tips would be appreciated.....
Thank you in advance
Follow the article here on how you could update your app and the Google middleware for the new changes made for Google OAuth.
http://blogs.msdn.com/b/webdev/archive/2014/07/02/changes-to-google-oauth-2-0-and-updates-in-google-middleware-for-3-0-0-rc-release.aspx
This is directly related to the Google middleware and does not affect Identity per say.