You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am requesting a feature to make the URLs for AzureAD integration customizable fields, instead of hard-coded in lib/pf/Authentication/Source/AzureADSource.pm (and related).
The hard coded values of "microsoft.com" and "microsoftonline.com" in AzureADSource.pm (and related) prevent other regions/clouds from using this integration.
I have manually hard coded ".us" suffix in lib/pf/Authentication/Source/AzureADSource.pm variables, and using pftest against a test Azure authentication source shows that the integration functions as expected.
Hello,
I am requesting a feature to make the URLs for AzureAD integration customizable fields, instead of hard-coded in lib/pf/Authentication/Source/AzureADSource.pm (and related).
The hard coded values of "microsoft.com" and "microsoftonline.com" in AzureADSource.pm (and related) prevent other regions/clouds from using this integration.
I have manually hard coded ".us" suffix in lib/pf/Authentication/Source/AzureADSource.pm variables, and using pftest against a test Azure authentication source shows that the integration functions as expected.
Please refer to this link for a list of URLs:
https://learn.microsoft.com/en-us/graph/deployments
Thank you,
-Logan
The text was updated successfully, but these errors were encountered: