Skip to content

Using LDAP configuration in maximo #5

@enriquemt

Description

@enriquemt

I have LDAP configured in Maximo, so I do have to use Authorization header instead of maxauth.

Also I have read from the documentation that it is also necesary to concatenate 'Basic ' to the encoded64 user:password string.

I tried to change the maximo-login.html to:
maximoLoginAjax.headers['Authorization'] = 'Basic ' btoa(${this.get('username')}:${this.get('password')})

However, I am unable to make it work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions