-
Updated
Jun 24, 2020 - Java
identity-provider
Here are 68 public repositories matching this topic...
-
Updated
May 15, 2020 - TypeScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Jun 22, 2020 - TypeScript
-
Updated
Jun 22, 2020 - TSQL
-
Updated
Jun 16, 2020 - C#
-
Updated
Jun 16, 2020 - Go
-
Updated
Dec 31, 2015 - Ruby
-
Updated
May 6, 2020 - Go
Due to the documentation being rewritten we forgot to add the claims available at the UserInfo Endpoint. We should list them in the API Documentation.
-
Updated
Jun 15, 2020 - C#
-
Updated
Mar 11, 2020
-
Updated
May 8, 2020 - HTML
-
Updated
May 29, 2020 - C#
-
Updated
Dec 9, 2018
-
Updated
Apr 1, 2020 - PHP
General docs
API Docs
-
Updated
Dec 13, 2019 - Shell
Admin Doc
- Add a link to the REST API docs
- Document different roles required
- Provide samples for simple grant flow
- Provide sample postman collection for test
Document a typical migration from shibboleth IdP 3.x.y
Install guide
Hey,
Can you please provide an install guide with the steps?
I tried it my self but i get a : SimpleSAML\Error\CriticalConfigurationError: The configuration is invalid: The configuration (config/config.php) is invalid: Missing configuration file
Backtrace:
0 www/_include.php:70 (N/A)
"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
-
Updated
Jun 23, 2020 - Java
-
Updated
Jul 20, 2018 - PHP
-
Updated
May 4, 2017 - Python
-
Updated
Oct 26, 2017 - Erlang
-
Updated
Feb 8, 2019 - Java
Improve this page
Add a description, image, and links to the identity-provider topic page so that developers can more easily learn about it.
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."
I wondered if there should be an
examplesdirectory 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