Skip to content

Commit

Permalink
Add fixes from PR : wso2/product-is#14648 relates to "Consume used qu…
Browse files Browse the repository at this point in the history
…ery parameters in the login page urls from context API"
  • Loading branch information
RusJaI committed Feb 20, 2024
1 parent 2643af7 commit 66d0c60
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,13 @@
"broker.transport.amqp.enabled": false,
"apim.throttling.enable_policy_deployment": false
}
},
"authenticationendpoint.enable_shortened_urls": {
"false": {
"authentication.endpoint.redirect_params.filter_policy": "exclude",
"authentication.endpoint.redirect_params.parameters": [
"loggedInUser"
]
}
}
}

0 comments on commit 66d0c60

Please sign in to comment.