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 could not find this but is there a way to create an application from manifest please?
For example, I cannot find the replyUrlWithType, and I have a scenario where I need to create reply URLs or type WEB and NativeClient, but current set up only allows for one using azuread.Application() with options reply_urls and type=native separately.
(If I was able to create from manifest - like I can do with PowerShell -, I could extract manifest from working app, stipe out what I do not need to explicitly set and run from there...)
For now, looks like I may need to create two apps.
Thank you for your guidance.
Dan
The text was updated successfully, but these errors were encountered:
Hi,
I could not find this but is there a way to create an application from manifest please?
For example, I cannot find the replyUrlWithType, and I have a scenario where I need to create reply URLs or type WEB and NativeClient, but current set up only allows for one using azuread.Application() with options reply_urls and type=native separately.
(If I was able to create from manifest - like I can do with PowerShell -, I could extract manifest from working app, stipe out what I do not need to explicitly set and run from there...)
For now, looks like I may need to create two apps.
Thank you for your guidance.
Dan
The text was updated successfully, but these errors were encountered: