May catch a few people out.
Issue identified on the OBIE Directory Sandbox, but I'm unable to access the OBIE Directory itself to verify whether it is also present there.
Workaround
Obtain SSA direct from the Open Banking website, rather than via the published API endpoint.
Issue
SSA generated from Open Banking website returns alg as PS256. SSA generated from Open Banking via SSA API returns alg as RS256.
Steps to reproduce
{ "alg": "PS256", "kid": "removed", "typ": "JWT" }
{ "alg": "RS256", "kid": "removed", "typ": "JWT" }
Impact
May catch a few people out. Issue identified on the OBIE Directory Sandbox, but I'm unable to access the OBIE Directory itself to verify whether it is also present there.
Workaround
Obtain SSA direct from the Open Banking website, rather than via the published API endpoint.
Submitted as OBSD-7460