Skip to content

Issue-1757 move saml id generator#1993

Open
kayjoosten wants to merge 6 commits into
mainfrom
feature/issue-1757-move-saml-id-generator
Open

Issue-1757 move saml id generator#1993
kayjoosten wants to merge 6 commits into
mainfrom
feature/issue-1757-move-saml-id-generator

Conversation

@kayjoosten
Copy link
Copy Markdown
Contributor

No description provided.

@kayjoosten kayjoosten requested a review from johanib May 8, 2026 07:37
@johanib johanib linked an issue May 11, 2026 that may be closed by this pull request
@johanib
Copy link
Copy Markdown
Contributor

johanib commented May 11, 2026

\EngineBlock_Saml2_IdGenerator_Default and \EngineBlock_Saml2_IdGenerator still need to be deleted I think.

Copy link
Copy Markdown
Contributor

@johanib johanib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, as discussed.


final class DefaultIdGenerator implements IdGenerator
{
public function generate(string $prefix = 'EB', string $usage = self::ID_USAGE_OTHER): string
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$usage is unused. Should we keep it?

…l2_IdGenerator_Default classes

The new OpenConext\EngineBlock\Saml2\IdGenerator interface and DefaultIdGenerator
implementation have replaced these classes. All references updated in the PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move the SamlIdGenerator

2 participants