feat(jans-auth-server): add externalUriWhiteList
configuration property before call external uri from AS
#3130
Labels
comp-jans-auth-server
Component affected by issue or PR
kind-feature
Issue or PR is a new feature request
Milestone
Description
Add
externalUriWhiteList
configuration property before call external uri.For
request_uri
we restrict uri in client directly. In addition we haverequestUriBlockList
. However we don't have anything forjwks_uri
. Or check for uri injected into SSA. Such cases must go via newexternalUriWhiteList
configuration property.If property is not set then external uri call is not restricted.
Motivation: #2980
Test cases and code coverage
Document the changes
The text was updated successfully, but these errors were encountered: