You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the changes in f5deebf#diff-b716836901d5fea39e485e35997f2f62 we should probably validate the client registration ids are not duplicated. For example, with the old configuration this:
Caused by: org.yaml.snakeyaml.constructor.DuplicateKeyException: while constructing a mapping
in 'reader', line 18, column 11:
idp:
^
found duplicate key idp
in 'reader', line 21, column 11:
idp:
^
at org.yaml.snakeyaml.constructor.SafeConstructor.processDuplicateKeys(SafeConst
However, the new configuration does not produce an error:
With the changes in f5deebf#diff-b716836901d5fea39e485e35997f2f62 we should probably validate the client registration ids are not duplicated. For example, with the old configuration this:
produced an error:
However, the new configuration does not produce an error:
Related: #14554
The text was updated successfully, but these errors were encountered: