Skip to content

Path in WELL_KNOWN_URL_PATTERN incorrect #41

@BirovTor

Description

@BirovTor

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions