diff --git a/src/PMG/Auth/OIDC.pm b/src/PMG/Auth/OIDC.pm index a783c70..b2b1a05 100755 --- a/src/PMG/Auth/OIDC.pm +++ b/src/PMG/Auth/OIDC.pm @@ -31,6 +31,7 @@ my $autocreate_role_assignment_format = { 'role-claim' => { description => "OIDC claim used to assign the unique username.", type => 'string', + format_description => 'Role claim.', default => 'role', optional => 1, pattern => qr/^[a-zA-Z0-9._:-]+$/,