Some other issues: How to handle claims for oidc -
https://github.com/IdentityPython/SATOSA/issues/457 - mapping of what the standard oidc claims should be - including multi-valued which can be represented as an array, a space separated string, etc. What about a non-standard claim? Certain profiles for EduPerson for example. Map an internal claim - single value as a string, not a list. There will be discussion on this. Main idea is to extend internal attributes mapping file, making a more complex structure which indicates how these values can be compared to other values, how many items to exist, what types they should be, etc.