mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Added Microsoft ADCS connector
This commit is contained in:
@@ -2312,6 +2312,11 @@ export const AppConnections = {
|
||||
OKTA: {
|
||||
instanceUrl: "The URL used to access your Okta organization.",
|
||||
apiToken: "The API token used to authenticate with Okta."
|
||||
},
|
||||
AZURE_ADCS: {
|
||||
adcsUrl: "The URL of the Azure ADCS instance to connect with.",
|
||||
username: "The username used to access Azure ADCS.",
|
||||
password: "The password used to access Azure ADCS."
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user