add help to show how SAML Property Mapping substitutes variables
This commit is contained in:
parent
66fe10299e
commit
dfa6ed8ac2
|
@ -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