zitadel/internal/repository/idp
Stefan Benz 15fd3045e0
feat: add SAML as identity provider (#6454)
* feat: first implementation for saml sp

* fix: add command side instance and org for saml provider

* fix: add query side instance and org for saml provider

* fix: request handling in event and retrieval of finished intent

* fix: add review changes and integration tests

* fix: add integration tests for saml idp

* fix: correct unit tests with review changes

* fix: add saml session unit test

* fix: add saml session unit test

* fix: add saml session unit test

* fix: changes from review

* fix: changes from review

* fix: proto build error

* fix: proto build error

* fix: proto build error

* fix: proto require metadata oneof

* fix: login with saml provider

* fix: integration test for saml assertion

* lint client.go

* fix json tag

* fix: linting

* fix import

* fix: linting

* fix saml idp query

* fix: linting

* lint: try all issues

* revert linting config

* fix: add regenerate endpoints

* fix: translations

* fix mk.yaml

* ignore acs path for user agent cookie

* fix: add AuthFromProvider test for saml

* fix: integration test for saml retrieve information

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-09-29 11:26:14 +02:00
..
apple.go feat: add apple as idp (#6442) 2023-08-31 08:39:16 +02:00
azuread.go feat: add azure provider templates (#5441) 2023-03-15 07:48:37 +01:00
github.go feat: add github provider template (#5334) 2023-03-08 10:17:28 +00:00
gitlab.go feat: add gitlab provider templates (#5405) 2023-03-13 17:34:29 +01:00
google.go feat(api): add oidc and jwt provider template (#5290) 2023-02-27 16:32:18 +01:00
idp.go feat(api): add oidc and jwt provider template (#5290) 2023-02-27 16:32:18 +01:00
jwt.go feat(api): add oidc and jwt provider template (#5290) 2023-02-27 16:32:18 +01:00
ldap.go feat: ldap provider login (#5448) 2023-03-24 15:18:56 +00:00
oauth.go fix: use of generic oauth provider (#5345) 2023-03-03 10:38:49 +00:00
oidc.go feat: migrate external idp to other types (#5984) 2023-06-08 00:50:53 +02:00
saml.go feat: add SAML as identity provider (#6454) 2023-09-29 11:26:14 +02:00