add help to show how SAML Property Mapping substitutes variables
This commit is contained in:
@ -54,3 +54,6 @@ class SAMLPropertyMappingForm(forms.ModelForm):
|
||||
field_classes = {
|
||||
'values': DynamicArrayField
|
||||
}
|
||||
help_texts = {
|
||||
'values': 'String substitution uses a syntax like "{variable} test}".'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user