Hi Janos,
We do recommend that redirect_uri is an exact matche to be OAuth2.0 Security Best Practice compliant, but we do not enforce it since we need to support legacy configuration.
------------------------------
Sumana Narasipur
------------------------------
Original Message:
Sent: Mon August 07, 2023 03:11 PM
From: Janos Laszlo Horvath
Subject: Oidc redirect_uri matching
Hello,
Well this is right for current version of ISVA. In the Oauth 2.1 the exact match will be forced. see here https://oauth.net/2.1/.
Actually I don't know in what version will be this Oauth2.1 used / forced in IBM ISVA.
Maybe IBMers ,can share some more information about it.
Regards,
------------------------------
Janos Laszlo Horvath
------------------------------
Original Message:
Sent: Fri August 04, 2023 04:11 AM
From: Y V
Subject: Oidc redirect_uri matching
Yes , thank you , I was talking about OIDC on ISVA .I guess my understanding was incorrect then - I thought the full uri needed to match.
------------------------------
Y V
Original Message:
Sent: Fri August 04, 2023 02:50 AM
From: Laurent LA Asselborn
Subject: Oidc redirect_uri matching
Hi,
I assume you are talking about OIDC on ISVA.
Here the redirect_uri is validated on a prefix base.
So your example would pass, but even an URL https://abc.com/test/myCallback would also pass.
------------------------------
Laurent LA Asselborn