Hello All,
I'm trying to set up OAuth 2.0 implicit grant flow in my Power pages site for calling external API and I'm following the below documentation -
https://learn.microsoft.com/en-us/power-pages/security/oauth-implicit-grant-flow
https://learn.microsoft.com/en-us/power-pages/admin/manage-custom-certificates
As per the documentation, a custom certificate needs to be created and uploaded to the Power page site administration. So I'm trying to generate a certificate using Let's Encrypt certbot through the following command -
certbot certonly --manual --preferred-challenges=dns -d testportal.powerappsportals.com
After running the above command, as my power pages site doesn't use a custom domain, I'm not able to find out where to add the DNS TXT record for completing the challenge or If I should use a different challenge for the power pages.
Thanks in advance for the help.