AAD v2 applications manifest - azure-active-directory

I'm looking for a documentation/article, similar to that one https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-application-manifest) for v2 applications.
Any tips ?
Regards, Thibaud

Related

adal.js or msal.js for ReactJS

I am reading through Azure Active Directory support for OAuth2 for SPA (my wish is to go for Reactjs). I have found 2 libraries for Javascrip: adal.js and msal.js. Since I am new to SPA I would need an advice from experts here. I have also read this: What is the difference between ADAL.js and MSAL.js?
Therefore my question is what should i use adal.js or msal.js if i need to implement a SPA with Microsoft IdP (v1 or v2) and using ReactJS?
thanks
The selection from these two libraries is up to you. Both can be used to work with Azure Active Directory. Because MSAL.js is still under development. That is why I prefer ADAL.js That means you have to use adal-angular. You might find out good a documentation and many examples for that. The reason you have to use adal-angular is still there is no adal library for React.

Does IdentityServer4 offer Identity Brokering?

I am currently working on a project where we need to integrate with another companies Identity Provider. I noticed that the product the other company is using KeyCloak (https://keycloak.gitbooks.io/server-adminstration-guide/content/topics/identity-broker.html) provides a feature known as Identity Brokering. Does IdentityServer4 have anything like this? One feature of IdentityServer4 that seemed like it may be of some use is the External Identity Providers integration (http://docs.identityserver.io/en/release/topics/signin_external_providers.html) but there is no documentation available or so it seems. Any help would be appreciated as we are now at the crossroads and need to decide if IdentityServer4 is going to fulfill all of our use cases.
There is no documentation but there is working sample code in the quickstart UI sample.

what is the best project to introduce among 'Google oauth2.0 java client' and 'java-scribe' to provide user logins for facebook/twitter?

I am trying to provide additional login mechanisms for our web applications. Currently, it is using the Google accounts login. I want users to login using facebook/twitter etc.
After searching the group and on the stack overflow, I am thinking, that you can do in the following ways
- Google oauth2.0 java client (https://code.google.com/p/google-oauth-java-client/wiki/OAuth2). An example of using the DailyMotion oauth2.0 using this jars is found here.
- Use java-scribe. An example is found here https://code.google.com/p/gwtoauthlogindemo/ and here
Any suggestions, what should I choose going forward?
I would suggest taking a look at Google Identity Toolkit - this offers more than just Google Accounts:
https://developers.google.com/identity-toolkit/

SOAP for Windows Phone

can anyone guide me how to build a SOAP service and hosting it in a server and calling back it in to a windows phone application
Maybe this can be helpful to you.
There are plenty of resources on MSDN about consuming Web Services (and REST Services as well) on Windows Phone. You can find some of them here:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh487167%28v=vs.92%29.aspx
http://msdn.microsoft.com/en-us/library/cc197958%28VS.95%29.aspx
http://hadyelsahar.wordpress.com/2011/10/08/webservices-in-wp7/
And a complete video tutorial at:
http://msdn.microsoft.com/en-us/gg241261.aspx
Hope, these links will help.
Mayur Tendulkar

C# Silverlight RIA Services Authentication - Step By Step How-To?

The Scenario
I have been following Brad Abrams Silverlight With Ria Tutorials In order to build a web-based application. I have implemented my own custom version of the application that is built throughout the tutorials and am hoping to add in some authentication to it.
The Problem
I have followed this tutorial also by Brad Abrams on Authentication which was totally useless. I have also looked at multiple other tutorials on Silverlight Authentication but they too are very ambiguous in assuming knowledge etc. (I have never implemented website authentication ever before).
The Question
Does anyone have (or could you write one) a step-by-step guide for total dummies to implementing Silverlight with RIA Services Authentication? It can be totally basic, I just need to be able to define two users (an admin and a guest) and have the site only be accessible to these two accounts.
Help greatly appreciated.
Making RIA Services to work with authentication can be just using standard forms auth or windows authentication. Its just code. If you don't know how to get Forms Auth or Windows Auth working with ASP.NET, that's where i'd start.
Brad Abrams has a blog post up now further explaining authentication.
Brad Abrams

Resources