reTHINK-project/dev-runtime-core

IDM and IdP Proxy: assertions are not validated by the recipient runtime

Closed this issue · 1 comments

As fas as I understand, the IDM and IdP Proxies are not yet validating assertions generated by the source runtime

@pchainho The IDM is requesting this validation to the IdP Proxy. We can see this in the code here:

issue158

And we can also see that this request is being made here:

issue158-2

The validateAssertion returns with the correct values shown here:

issue158-3

As such, I'll close this issue.