WHAT IS CREDENTIAL MANAGER

ewilson

Member
CAN ANYONE ANSWER ME ON THIS, WHAT IS CREDENTIAL MANAGER ?

Credential Manager is Blue Prism’s internal credential store. It’s a way of keeping credentials, used by Digital Workers, safe and secure instead of having to pass around plain text passwords etc. It’s similar in concept to CyberArk.
 

Ludwe

New Member
To add, some applications that run or are automated in Blue Prism require login like gmail, thick client etc, so Blue Prism encrypts these login credentials via credential manager so you don't have to hard code the credentials and gives control over which processes and users can access these credentials.
 

uddhavsingh24

New Member
In Credential Manager we can store password and username of an application which we use in blue prism Automation,
And By using action stage we can directly call that password and username in process
 

ewilson

Member
Credential Manager supports the following types:

- General
- Basic Authentication
- OAuth 2.0 (Client Credentials)
- OAuth 2.0 (JWT Bearer Token)
- Bearer Token
- Data Gateways Credential

General and Basic are essentially the same thing.

Cheers,
Eric
 
Top