An open API service indexing awesome lists of open source software.

https://github.com/seriousben/dev-identity-provider

dev-identity-provider is a SAML2 and OIDC (OpenID Connect) Provider with SCIM2 support
https://github.com/seriousben/dev-identity-provider

identity-provider idp oidc oidc-provider saml2 scim

Last synced: 5 months ago
JSON representation

dev-identity-provider is a SAML2 and OIDC (OpenID Connect) Provider with SCIM2 support

Awesome Lists containing this project

README

          

# dev-identity-provider

dev-identity-provider is a development SAML2 and OIDC (OpenID Connect) Identity Provider with SCIM2 support.

## Test it live

https://dev-idp.seriousben.com/

## Roadmap

- [x] OIDC Support
- [x] SAML2 Support
- [x] Dynamic Config from a given URL (Specific GitHub repo)
- [x] Mountable HTTP Handler
- [ ] Chore: Ensure only configurable by remote URL
- [ ] Running guide
- [ ] Service Provider supporting the dev-identity-provider
- [ ] Provide OIDC integration guide
- [ ] Provide SAML2 integration guide
- [ ] SCIM2

## References

- https://samltest.id/
- https://openidconnect.net/
- https://github.com/zitadel/oidc
- https://github.com/crewjam/saml
- https://github.com/amdonov/lite-idp
- https://github.com/elimity-com/scim
- https://github.com/dexidp/dex
- https://github.com/zitadel/saml/blob/main/pkg/provider/provider.go
- https://samltest.id/start-idp-test/
- https://developer.okta.com/docs/guides/scim-provisioning-integration-prepare/main/#authentication
- https://github.com/coreos/go-oidc