-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: main
Are you sure you want to change the base?
Conversation
sugoi-api-rest-services/src/test/resources/permissions/test-regexp-permissions.properties
Outdated
Show resolved
Hide resolved
sugoi-api-ldap-store-provider/src/main/java/fr/insee/sugoi/store/ldap/LdapStore.java
Outdated
Show resolved
Hide resolved
c5efa58
to
8cea996
Compare
@@ -45,6 +45,7 @@ public class ApplicationServiceImpl implements ApplicationService { | |||
public ProviderResponse create( | |||
String realm, Application application, ProviderRequest providerRequest) { | |||
try { | |||
|
There was a problem hiding this comment.
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 ?
sugoi-api-core/src/test/resources/permissions/test-regexp-permissions.properties
Outdated
Show resolved
Hide resolved
sugoi-api-core/src/test/java/fr/insee/sugoi/core/service/PermissionServiceTests.java
Outdated
Show resolved
Hide resolved
...tion/sugoi-api-distribution-full-env/src/main/resources/tomcat-properties/tomcat1.properties
Outdated
Show resolved
Hide resolved
...tion/sugoi-api-distribution-full-env/src/main/resources/tomcat-properties/tomcat2.properties
Outdated
Show resolved
Hide resolved
2efce80
to
c098377
Compare
Signed-off-by: Sommer Le <[email protected]>
@@ -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 | |
There was a problem hiding this comment.
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)
Signed-off-by: Sommer Le [email protected]