Skip to content
#

identity-provider

Here are 68 public repositories matching this topic...

TJM
TJM commented Jun 2, 2015

I wondered if there should be an examples directory that had some different example deployments. It might be "handy" for new implementations? For example. We had an "existing" rails application that uses "devise" for user authentication / management. We just wanted to add the ability for it to be the IdP. It turns out that is super easy, once you have fought it long enough ;)

Devise Example

amalferpoma
amalferpoma commented Dec 5, 2018

"How can I use it?
It is possible to integrate the single sign-on in an existing project in few steps. Protect your route with a middleware that checks if the user exists in the session. If the user is not in the session redirect the user to the IDP login. After the login success the IDP will redirect the user to the application passing a token. The application must use that token to retrieve the

Improve this page

Add a description, image, and links to the identity-provider topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the identity-provider topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.