1 Answer
- Newest
- Most votes
- Most comments
0
You can add it directly in your SAML metadata. eg <SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://<domain>/saml2?login_hint=<login_hint>"/>
answered 3 years ago
That won't work because parameter needs to be passthrough from /authorize request to SAML request. do you have any other option?
Relevant content
- asked 3 years ago

I have similar situation and facing same issue. Did you find any solution?