'Azure Function app and root certification

I have an Azure Function App. When I call it using a web browser it shows that a root certification is required, as it used the Baltimore cert.

But when i use an simple device(GSM module) or POSTMAN, i can call my API without this root certificate. Does this seem correct?



Solution 1:[1]

This might be because the certificate got already added one in your postman. To check it, you can navigate to your Postman >> Settings >> Certificates.

enter image description here

or you might have already setup the postman which calls key vault's Client Id and Certificate

enter image description here

REFERENCES: Calling an Azure AD secured API with Postman

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SwethaKandikonda-MT