Skip to content

Commit

Permalink
add discoverable property
Browse files Browse the repository at this point in the history
  • Loading branch information
asha15 committed Aug 29, 2024
1 parent b902f3c commit b9ff3aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ public boolean doPostGetServiceProvider(ServiceProvider serviceProvider, String
inheritAPIBasedAuthenticationEnabledProperty(mainApplication, serviceProvider);
// Inherit Application enabled property from the main application.
inheritApplicationEnabledProperty(mainApplication, serviceProvider);
// Inherit discoverable property from the main application.
serviceProvider.setDiscoverable(mainApplication.isDiscoverable());

/*
If the shared application doesn't have a configured access URL,
Expand Down

0 comments on commit b9ff3aa

Please sign in to comment.