openid

How to create Client Assertion JWT token when connecting to Azure AD?

How to create Client Assertion JWT token when connecting to Azure AD? Question: My issue is that I’m not sure what to use to sign the JWT token to make Client assertion when sending back authorized code to the Azure AD to get access token. The supported auth method is "private_key_jwt". The only thing provided …

Total answers: 2

Which openid / oauth library to connect a django project to Google Apps Accounts?

Which openid / oauth library to connect a django project to Google Apps Accounts? Question: I’m working on an intranet django project (not using GAE) for a company that uses Google Apps for login. So I’d like my users to be able to log in to my django project using their google accounts login. OpenID …

Total answers: 5

What's the best solution for OpenID with Django?

What's the best solution for OpenID with Django? Question: Please note: this is an ancient question with ancient answers. Most of the linked apps are now unmaintained. These days, most people seem to use django-allauth or python-social-auth. I’ll leave the original question intact below for posterity’s sake. There are at least half a dozen Django …

Total answers: 6

How do you develop against OpenID locally

How do you develop against OpenID locally Question: I’m developing a website (in Django) that uses OpenID to authenticate users. As I’m currently only running on my local machine I can’t authenticate using one of the OpenID providers on the web. So I figure I need to run a local OpenID server that simply lets …

Total answers: 7