Skip to content

Specifying type for ReplyURLs in Set-AzureADApplication Β #21

@fatmanmclone90

Description

@fatmanmclone90

I'm trying to register an Azure application using the Powershell modules, however we are using the MSAL 2.0 Implicit flow which I belive means my reply URLs need to be type "SPA".

How do you specify type? Set-AzureADApplication takes a list of string only.

My manifest currently looks like:

"replyUrlsWithType": [ { "url": "http://localhost:8080/*", "type": "Web" } ]

But I believe I need:

"replyUrlsWithType": [ { "url": "http://localhost:8080/*", "type": "SPA" } ]

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions