GEANT / shib-idp-profile

Mirror of GÉANT Shibboleth User Profile Plugin
Apache License 2.0
4 stars 1 forks source link

show principal type in the Activity Page #7

Closed ttunturi closed 5 days ago

ttunturi commented 5 months ago

It would be useful to see the principal type that was used with the login in the Activity Page. To make it prettier on the eye and also for better fitment you would configure mappings for the principals like:

saml2/https://refeds.org/profile/mfa = mfa oidc/https://refeds.org/profile/mfa = mfa saml2/https://refeds.org/profile/sfa = sfa oidc/https://refeds.org/profile/sfa = sfa saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:Kerberos = krb saml2/urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport = pwd

And so forth. Or without the protocol specifier (saml2/oidc). Which ever is more convenient to use/access at that stage.

jalauros commented 2 months ago

Implemented. Will be in the next release.