Is there any API available to get Azure Registered App details (ClientId, ClientSecret, TenantId) using Azure username, password and Registered App name?
Or is there a way to create Register App using some API?
All I want to accomplish is to authenticate the Azure APIs using just the username & password (or maybe Registered App name, if required). Is this possible?