mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
add endpoint in access token azure
This commit is contained in:
parent
4e6a892afa
commit
dd9c7f6fd6
@ -167,7 +167,8 @@ sub get_access_token {
|
||||
'azure_api_' .
|
||||
md5_hex($self->{subscription}) . '_' .
|
||||
md5_hex($self->{tenant}) . '_' .
|
||||
md5_hex($self->{client_id})
|
||||
md5_hex($self->{client_id}) . '_' .
|
||||
md5_hex($self->{management_endpoint})
|
||||
);
|
||||
my $expires_on = $options{statefile}->get(name => 'expires_on');
|
||||
my $access_token = $options{statefile}->get(name => 'access_token');
|
||||
|
Loading…
x
Reference in New Issue
Block a user