Skip to content

[esh-authz2] FormCredentialsExtractor - wrong configuration property #2

Description

@svilenvul

I have noticed that FormCredentialsExtractor is not configured as expected. A quick diff for reference :

     @Modified
     void update(Map<String, Object> properties) {
-        Object loginUri = properties.get(LOGIN_ENDPOINT);
+        Object loginUri = properties.get("loginEndpoint");
         if (loginUri != null && loginUri instanceof String) {
             this.loginEndpoint = (String) loginUri;
         }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions