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

[ENH] Allow anyone to create an application #769

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fjr3o6
Copy link
Collaborator

@fjr3o6 fjr3o6 commented Dec 14, 2022

Signed-off-by: Sommer Le pierrick.le-sommer@insee.fr

@fjr3o6 fjr3o6 linked an issue Dec 14, 2022 that may be closed by this pull request
@fjr3o6 fjr3o6 force-pushed the 675-sparkles-allow-anyone-to-create-an-application branch 7 times, most recently from c5efa58 to 8cea996 Compare December 29, 2022 15:54
@@ -45,6 +45,7 @@ public class ApplicationServiceImpl implements ApplicationService {
public ProviderResponse create(
String realm, Application application, ProviderRequest providerRequest) {
try {

Copy link
Contributor

Choose a reason for hiding this comment

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

est-ce que tu peux revert cette modif pour éviter d'avoir un changement inutile sur le fichier ?

@fjr3o6 fjr3o6 force-pushed the 675-sparkles-allow-anyone-to-create-an-application branch 5 times, most recently from 2efce80 to c098377 Compare January 2, 2023 14:44
Signed-off-by: Sommer Le <pierrick.le-sommer@insee.fr>
@@ -152,6 +152,10 @@ To learn more about this feature see : [Notify external webservices](concepts.md
| sugoi.api.event.webhook.mail.secondaryMailAttribute | Define the attribute where alternative mail for an user will be found | | secondaryMail |
| sugoi.api.event.webhook.enabled.events | List of events that will be sent by webhook event listener. The only accepted values are SEND_LOGIN, REINIT_PASSWORD and CHANGE_PASSWORD | SEND_LOGIN,REINIT_PASSWORD,CHANGE_PASSWORD | SEND_LOGIN,REINIT_PASSWORD |

### Application manager configuration

| fr.insee.sugoi.api.regexp.role.application.creator | Default pattern to use when searching an application creator in a realm. Realm should be passed as$(realm). | no default | ROLE_SUGOI_$(realm)_APPLICATION_CREATOR |
Copy link
Contributor

Choose a reason for hiding this comment

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

il ne faut pas créer un nouveau paragraphe mais la mettre avec les configs similaire (par ex ligne 117)

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.

✨ Allow anyone to create an application
2 participants