* Hon Hei Hui <
andyh...@gmail.com> [2021-03-05 10:52]:
What is a "Reply url"? You mean the AssertionConsumerService Location
of the SAML SP where the IDP should send the response to?
Well, if the SP requests that then the IDP must verify location
(e.g. using metadata the IDP has describing the SP) and if it's OK the
IDP will send the response there.
What's the purpose of that URL?
Registered in what application? How?
The only "Redirect URI" I can think of is the IDP's SSO protocol
endpoint, i.e., where the SP should send an authentication request
to. But that has nothing to do with where the SP would *receive*
responses.
> May I change the Reply url in the authentication request path to the
> format like below??
> since i cannot find the method or the way to edit the reply url in
> use of simplesamlphp and i am using version 1.15.4.
The only thing that matters for SAML is that the URLs match, i.e.,
that the IDP has the same URL on record (in the metadata it has for
the SP) that the SP itself asks the IDP to use.
If the SP asks for a wrong URL then you'll have to change what the SP
asks for.
If the SP asks for the correct URL but the IDP fails to verify it then
you'll have to thange the metadata the IDP has describing the SP.
-peter