-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I read the source code in file scan_base/types.py
And explore next ->
The path specified in the WELL_KNOWN_URL_PATTERN = '{}**/auth/**realms/{}/.well-known/openid-configuration' variable will not allow the program to perform a check if there is no "/auth" directory.
Example: https://singin-env.example.com/realms/master/.well-known/openid-configuration
In this example the application in subdomain, not in directory path.
And this applies to all paths beginning in static variables with the line "/auth".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels