Skip to content

Conversation

@artmasa
Copy link
Contributor

@artmasa artmasa commented Feb 11, 2024

When using this package AddAuthentication or AddFunctionsAuthentication extension methods, it was leaving built-in functions host configuration in place. AddJwtBearer contains a removeBuiltInConfig optional parameter having a default value of false.
This change switches the default value to true, which removes all configuration the host has introduced for the Bearer scheme. Only custom configuration is left in place.

This change addresses issue #19 and #21

@artmasa artmasa self-assigned this Feb 11, 2024
@artmasa artmasa merged commit 2878baf into 3-1-3-preview Feb 11, 2024
@artmasa artmasa linked an issue Feb 11, 2024 that may be closed by this pull request
@artmasa artmasa deleted the force-remove-builtin-bearer branch February 11, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid Audience error for JWT Bearer token

2 participants