mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
feat: add saml request to link to sessions (#9001)
# Which Problems Are Solved It is currently not possible to use SAML with the Session API. # How the Problems Are Solved Add SAML service, to get and resolve SAML requests. Add SAML session and SAML request aggregate, which can be linked to the Session to get back a SAMLResponse from the API directly. # Additional Changes Update of dependency zitadel/saml to provide all functionality for handling of SAML requests and responses. # Additional Context Closes #6053 --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -549,6 +549,12 @@ Errors:
|
||||
Invalid: Token tidak valid
|
||||
Expired: Token sudah habis masa berlakunya
|
||||
InvalidClient: Token tidak dikeluarkan untuk klien ini
|
||||
SAMLRequest:
|
||||
AlreadyExists: SAMLRequest sudah ada
|
||||
NotExisting: SAMLRequest tidak ada
|
||||
WrongLoginClient: SAMLRequest dibuat oleh klien login lainnya
|
||||
SAMLSession:
|
||||
InvalidClient: SAMLResponse tidak dikeluarkan untuk klien ini
|
||||
Feature:
|
||||
NotExisting: Fitur tidak ada
|
||||
TypeNotSupported: Jenis fitur tidak didukung
|
||||
@@ -594,6 +600,7 @@ Errors:
|
||||
FeatureDisabled: Fitur kunci web dinonaktifkan
|
||||
NoActive: Tidak ditemukan kunci web aktif
|
||||
NotFound: Kunci web tidak ditemukan
|
||||
|
||||
AggregateTypes:
|
||||
action: Tindakan
|
||||
instance: Contoh
|
||||
@@ -617,6 +624,9 @@ AggregateTypes:
|
||||
system: Sistem
|
||||
session: Sidang
|
||||
web_key: Kunci Web
|
||||
saml_request: Sesi SAML
|
||||
saml_session: Permintaan SAML
|
||||
|
||||
EventTypes:
|
||||
execution:
|
||||
set: Kumpulan eksekusi
|
||||
|
Reference in New Issue
Block a user