Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omit hard coded example name #3140

Merged
merged 1 commit into from
Nov 18, 2024
Merged

omit hard coded example name #3140

merged 1 commit into from
Nov 18, 2024

Conversation

strehle
Copy link
Member

@strehle strehle commented Nov 16, 2024

No description provided.


@RestController
public class SamlMetadataEndpoint implements ZoneAware {
public static final String DEFAULT_REGISTRATION_ID = "example";
protected static final String DEFAULT_REGISTRATION_ID = UUID.randomUUID().toString();
Copy link
Member Author

Choose a reason for hiding this comment

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

with this there are no clashes in case you define IdPs in uaa.yml

@strehle strehle merged commit 6b4e0a1 into new-saml-0530 Nov 18, 2024
24 checks passed
@strehle strehle deleted the new-saml-0530-metadata branch November 18, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants