java - Anybody implement saml 2.0 service provider with opensaml 2.5.1 -


i have implement saml 2.0 on code base has opensaml 2.5.1 (older version of cas) , unfortunately cannot make use of spring saml security extension (which uses new version of newer opensaml). have looked @ how spring extension handles authorization request/response , have reversed engineered extent. able make call sp idp (sso circle) , attempt login, 500 error upon submit: reason: unable single sign on or federation.

is there sample java opensaml 2.5.1 code might shed light on doing wrong? or there other suggestions/ideas overlooking?

thanks

it turns out assertionconsumerservice url sending in request, different assertionconsumerservice value in metatada (sp.xml) , hence causing 500 errors


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -