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
- Host: GitHub
- URL: https://github.com/seriousben/dev-identity-provider
- Owner: seriousben
- License: apache-2.0
- Archived: true
- Created: 2022-08-14T15:51:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T10:53:54.000Z (about 1 year ago)
- Last Synced: 2025-02-26T14:18:30.173Z (7 months ago)
- Topics: identity-provider, idp, oidc, oidc-provider, saml2, scim
- Language: Go
- Homepage: https://dev-idp.seriousben.com/
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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