Skip to content

Commit

Permalink
Merge pull request wso2#5076 from ThaminduR/add-basic-auth-config
Browse files Browse the repository at this point in the history
Add basic auth enable config
  • Loading branch information
ThaminduR authored Oct 26, 2023
2 parents 379ebb5 + c1b1db5 commit fa6f3c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3913,4 +3913,5 @@
</RestrictedClaims>
</UserProfileExport>

<EnableBasicAuthHandler>{{authentication.enable_basic_auth_handler}}</EnableBasicAuthHandler>
</Server>
Original file line number Diff line number Diff line change
Expand Up @@ -1240,5 +1240,6 @@
"email_templates.branding.fallbacks.font_color": "#231F20",
"email_templates.branding.fallbacks.button_font_color": "#FFFFFF",
"email_templates.branding.fallbacks.light_border_color": "transparent",
"email_templates.branding.fallbacks.dark_border_color": "#333333"
"email_templates.branding.fallbacks.dark_border_color": "#333333",
"authentication.enable_basic_auth_handler": true
}

0 comments on commit fa6f3c5

Please sign in to comment.