
n691n (n691n) asked a question.
I integrated okta with SAML2 and the system assigns addresses.
I want to add a URL parameter, such as customer_code=ABC, when redirecting the login page
After a successful login, the URL address of Single Sign ON still carries the customer_code parameter.
I configured Attribute Statements (optional) but it did not work.
Name customer_code
Name format URI Reference
Value customer_code
How can I implement my request? tks all

Hi @n691n (n691n) , Thank you for reaching out to the Okta Community!
Attribute statements would not work for this use case as they are only adde in the SMAL assertion and have no bearing on the URLs used.
The only thing that I can think of is perhaps leveraging the "Default Relay State" setting, but this would not be variable.
If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you.
Hope my answer helps!