We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c87e51 commit 70adeb6Copy full SHA for 70adeb6
lib/Net/SAML2/SP.pm
@@ -292,15 +292,6 @@ around BUILDARGS => sub {
292
293
sub _build_id {
294
my $self = shift;
295
-
296
- # This allows current clients to override the builder without changing
297
- # their code
298
- if (my $f = $self->can('generate_sp_desciptor_id')) {
299
- Net::SAML2::Util::deprecation_warning
300
- "generate_sp_desciptor_id has been deprecated, please override " .
301
- "_build_id yourself or supply the ID to the constructor";
302
- return $f->();
303
- }
304
return Net::SAML2::Util::generate_id();
305
}
306
0 commit comments