Click here to Skip to main content
15,892,809 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Microsoft Could Make it Easier Pin
raddevus11-Jan-18 7:40
mvaraddevus11-Jan-18 7:40 
GeneralRe: Microsoft Could Make it Easier Pin
Marc Clifton11-Jan-18 14:20
mvaMarc Clifton11-Jan-18 14:20 
GeneralRe: Microsoft Could Make it Easier Pin
Peter Shaw12-Jan-18 0:25
professionalPeter Shaw12-Jan-18 0:25 
GeneralRe: Microsoft Could Make it Easier Pin
Marc Clifton18-Jan-18 15:35
mvaMarc Clifton18-Jan-18 15:35 
GeneralRe: Microsoft Could Make it Easier Pin
Peter Shaw19-Jan-18 9:37
professionalPeter Shaw19-Jan-18 9:37 
GeneralRe: Microsoft Could Make it Easier Pin
#realJSOP12-Jan-18 2:11
mve#realJSOP12-Jan-18 2:11 
GeneralRe: Microsoft Could Make it Easier Pin
ClockMeister12-Jan-18 3:42
professionalClockMeister12-Jan-18 3:42 
GeneralRe: Microsoft Could Make it Easier Pin
Lucas Vogel12-Jan-18 4:33
professionalLucas Vogel12-Jan-18 4:33 
If you think that's fun, you should try implementing OpenId using Nancy and OWin - I've spent the entire week learning how to implement OpenID authentication in a web app, and after almost a dozen sample projects ended up building a library to simplify everything. Some of the obstacles faced:

- The System.IdentityModel.Tokens.Jwt library had an object that other libraries depend on for JWT tokens, but they removed the object almost a year ago, and to this date still haven't brought back, forcing you to use a 'fairly old' version of their library in order to support the dependency, and also forcing you to use the older versions of all of its dependent libraries. DLL hell, in short.

- You have to use the 'old' Graph API code to interact with Azure AD B2C if you want to retrieve information about users, groups, group membership, etc.. I say 'old' because everything in Azure is set up to use Microsoft Graph - well, everything except Azure AD B2C.

So, shameless plug, I've drastically simplified the process in this handy-dandy repo here:
https://github.com/endpointsystems/Nancy.Owin.Security.MSGraph[^]
GeneralRe: Microsoft Could Make it Easier Pin
Member 1325675012-Jan-18 6:03
Member 1325675012-Jan-18 6:03 
GeneralRe: Microsoft Could Make it Easier Pin
Lucas Vogel12-Jan-18 6:50
professionalLucas Vogel12-Jan-18 6:50 
GeneralRe: They already did... Pin
Steve Naidamast12-Jan-18 5:44
professionalSteve Naidamast12-Jan-18 5:44 
GeneralThought of the Day Pin
OriginalGriff11-Jan-18 4:58
mveOriginalGriff11-Jan-18 4:58 
QuestionRe: Thought of the Day Pin
megaadam11-Jan-18 5:10
professionalmegaadam11-Jan-18 5:10 
AnswerRe: Thought of the Day Pin
lopatir11-Jan-18 5:34
lopatir11-Jan-18 5:34 
GeneralRe: Thought of the Day Pin
Jacquers11-Jan-18 5:38
Jacquers11-Jan-18 5:38 
GeneralRe: Thought of the Day Pin
megaadam11-Jan-18 6:19
professionalmegaadam11-Jan-18 6:19 
GeneralRe: Thought of the Day Pin
W Balboos, GHB11-Jan-18 6:32
W Balboos, GHB11-Jan-18 6:32 
GeneralRe: Thought of the Day Pin
Johnny J.11-Jan-18 19:20
professionalJohnny J.11-Jan-18 19:20 
GeneralAPOD Pin
R. Giskard Reventlov11-Jan-18 4:37
R. Giskard Reventlov11-Jan-18 4:37 
GeneralRe: APOD Pin
lopatir11-Jan-18 4:46
lopatir11-Jan-18 4:46 
GeneralRe: APOD Pin
CodeWraith11-Jan-18 4:59
CodeWraith11-Jan-18 4:59 
GeneralRe: APOD Pin
R. Giskard Reventlov11-Jan-18 5:31
R. Giskard Reventlov11-Jan-18 5:31 
GeneralRe: APOD Pin
Daniel Pfeffer11-Jan-18 7:34
professionalDaniel Pfeffer11-Jan-18 7:34 
GeneralRe: APOD Pin
CodeWraith11-Jan-18 4:48
CodeWraith11-Jan-18 4:48 
GeneralRe: APOD Pin
glennPattonWork311-Jan-18 6:26
professionalglennPattonWork311-Jan-18 6:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.