janus-ssp / janus

Fully featured metadata registration administration module built on top of simpleSAMLphp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate invalid unspecified NameID

relaxnow opened this issue · comments

In the past the invalid 'unspecified' NameID was used and it should be migrated.
From: 'urn:oasis:names:tc:SAML:2.0:nameid-format:unspecified';
To: 'urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified';

Requires manual migration

We are now migrating our own apps. Then we'll approach the affected external SP's.

Everything has been migrated away. This value can be removed from Janus. A migration is not needed because this has already been completed and it's a SURFconext-specific error.

For Janus this is config-only. The configuration has been updated in the deploy repository. This issue can therefore be closed.