Skip to content

Commit

Permalink
Allow SupportedPromptModes customization
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Aug 14, 2024
1 parent 765116a commit b76ea37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ public class UserInteractionOptions
/// The collection of OIDC prompt modes supported and that will be published in discovery.
/// The value "create" is omitted unless the CreateAccountUrl value is set.
/// </summary>
internal ICollection<string> PromptValuesSupported { get; set; } = new HashSet<string>(Constants.SupportedPromptModes);
public ICollection<string> PromptValuesSupported { get; set; } = new HashSet<string>(Constants.SupportedPromptModes);
}

0 comments on commit b76ea37

Please sign in to comment.