|
|
|
|
|
by ralala
623 days ago
|
|
OIDC is better when using the authorization code flow because it does not only rely on cryptography while validating the token. The relying party needs to talk to the IdP. This is better from a security perspective, because past vulnerabilities have shown, that implementing the cryptography right in every relying party is challenging. You can achieve similar security with SAML when using the artifact binding.
Note: I work professionally with Keycloak and also offer reviews of OIDC and SAML implementations. |
|