|
|
|
|
|
by rmrfchik
700 days ago
|
|
Implemented SAML sso last month. SAML protocol and formats look so fragile and confusing.
XML looks outdated in modern days and XML signatures/encryption are hard.
Protocol requires deflated base64 on some step, but you can't enflate/deflate easily with cli tools. On other step only base64 is required (why?).
All seems error prone and inconsistent. And I feel it can be done much much much simpler. |
|
Any chance you'd share which libraries you used, if any? I'm really trying hard to compile resources that make SAML SSO less of a nightmare, and part of that effort involves tracking down bad documentation.