Skip to content
Discussion options

You must be logged in to vote

If you need to pass additional parameters to the authorize endpoint during a LoginAsync call, you can add a LoginRequest as the first parameter:

var loginResult = _oidcClient.LoginAsync(new LoginRequest
{
    FrontChannelExtraParameters =
    {
        { "audience", "your_audience_value_here" }
    }
});

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@FlominatorTM
Comment options

@FlominatorTM
Comment options

@wcabus
Comment options

Answer selected by FlominatorTM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants