web/admin: don't mark property mappings as required anywhere (#8752)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -183,7 +183,6 @@ export class AkTypeProxyApplicationWizardPage extends BaseProviderPanel {
 | 
			
		||||
                        <ak-multi-select
 | 
			
		||||
                            label=${msg("AdditionalScopes")}
 | 
			
		||||
                            name="propertyMappings"
 | 
			
		||||
                            required
 | 
			
		||||
                            .options=${scopePairs}
 | 
			
		||||
                            .values=${scopeValues}
 | 
			
		||||
                            .errorMessages=${errors?.propertyMappings ?? []}
 | 
			
		||||
 | 
			
		||||
@ -83,7 +83,6 @@ export class ApplicationWizardAuthenticationByRAC extends BaseProviderPanel {
 | 
			
		||||
                    <div slot="body" class="pf-c-form">
 | 
			
		||||
                        <ak-form-element-horizontal
 | 
			
		||||
                            label=${msg("Property mappings")}
 | 
			
		||||
                            ?required=${true}
 | 
			
		||||
                            name="propertyMappings"
 | 
			
		||||
                        >
 | 
			
		||||
                            <select class="pf-c-form-control" multiple>
 | 
			
		||||
 | 
			
		||||
@ -194,7 +194,6 @@ export class ApplicationWizardProviderSamlConfiguration extends BaseProviderPane
 | 
			
		||||
                        <ak-multi-select
 | 
			
		||||
                            label=${msg("Property Mappings")}
 | 
			
		||||
                            name="propertyMappings"
 | 
			
		||||
                            required
 | 
			
		||||
                            .options=${propertyPairs}
 | 
			
		||||
                            .values=${pmValues}
 | 
			
		||||
                            .richhelp=${html` <p class="pf-c-form__helper-text">
 | 
			
		||||
 | 
			
		||||
@ -123,7 +123,6 @@ export class ApplicationWizardAuthenticationBySCIM extends BaseProviderPanel {
 | 
			
		||||
                    <div slot="body" class="pf-c-form">
 | 
			
		||||
                        <ak-multi-select
 | 
			
		||||
                            label=${msg("User Property Mappings")}
 | 
			
		||||
                            required
 | 
			
		||||
                            name="propertyMappings"
 | 
			
		||||
                            .options=${propertyPairs}
 | 
			
		||||
                            .values=${pmUserValues}
 | 
			
		||||
@ -136,7 +135,6 @@ export class ApplicationWizardAuthenticationBySCIM extends BaseProviderPanel {
 | 
			
		||||
                        ></ak-multi-select>
 | 
			
		||||
                        <ak-multi-select
 | 
			
		||||
                            label=${msg("Group Property Mappings")}
 | 
			
		||||
                            required
 | 
			
		||||
                            name="propertyMappingsGroup"
 | 
			
		||||
                            .options=${propertyPairs}
 | 
			
		||||
                            .values=${pmGroupValues}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user