Re: [I] [scim-server] Usage in SpringBoot breaks standard @RestController and SecurityFilters [directory-scimple]

2024-05-02 Thread via GitHub


39otrebla closed issue #575: [scim-server] Usage in SpringBoot breaks standard 
@RestController and SecurityFilters
URL: https://github.com/apache/directory-scimple/issues/575


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [I] [scim-server] Usage in SpringBoot breaks standard @RestController and SecurityFilters [directory-scimple]

2024-05-02 Thread via GitHub


39otrebla commented on issue #575:
URL: 
https://github.com/apache/directory-scimple/issues/575#issuecomment-2092003438

   Apologies, I found out just now that Jakarta Application was registered with 
a `CondtionalOnMissingBean`.
   
   For anyone having the same question, it is as simple as:
   
   ```java
   // ScimServerApplication.java
   
   @ApplicationPath("/scim")
   public class ScimServerApplication extends Application {
   @Override
   public Set> getClasses() {
   return ScimResourceHelper.scimpleFeatureAndResourceClasses();
   }
   }
   ```
   
   And then:
   ```java
   // MyApplication.java
   
   @Bean
   ServerConfiguration serverConfiguration() {
   return new ServerConfiguration()
   .setId("contoso.com")
   // all other configs
   .setBulkMaxOperations(50);
   }
   
   @Bean
   Application scimApplication() {
   return new ScimServerApplication();
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[I] [scim-server] Usage in SpringBoot breaks standard @RestController and SecurityFilters [directory-scimple]

2024-05-02 Thread via GitHub


39otrebla opened a new issue, #575:
URL: https://github.com/apache/directory-scimple/issues/575

   I've successfully integrated this library in Spring Boot 3.2.4, and it works 
like a charm (so thank you).
   
   However, our SpringBoot application has to serve other HTTP endpoints 
besides SCIM ones, and we are having mainly two issues:
   
   1. we implemented a test `@RestController` with a simple 
`@GetMapping("/test-endpoint")`, but calling this endpoint ends up invoking the 
SCIM server (which in turn does not find this path mapping and returns `404`).
   
   2. it seems there's no way to configure a prefix for all SCIM endpoints 
(e.g. `/SCIM/**`. This makes it impossible to configure multiple 
`SecurityFilter(s)` based on the path prefix, which is required if the same 
SpringBoot application serves other resources


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



[jira] [Closed] (DIRKRB-773) jvm core when call EncryptionUtil.decrypt(mKey, cipherText, KeyUsage.NONE);

2024-05-02 Thread Colm O hEigeartaigh (Jira)


 [ 
https://issues.apache.org/jira/browse/DIRKRB-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colm O hEigeartaigh closed DIRKRB-773.
--
Resolution: Incomplete

> jvm core when call EncryptionUtil.decrypt(mKey, cipherText, KeyUsage.NONE);
> ---
>
> Key: DIRKRB-773
> URL: https://issues.apache.org/jira/browse/DIRKRB-773
> Project: Directory Kerberos
>  Issue Type: Bug
>Reporter: scott.zhai
>Priority: Major
>
> {code}
> java version "1.8.0_171"
> Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
> Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump github/codeql-action from 3.25.1 to 3.25.3 [directory-kerby]

2024-05-02 Thread via GitHub


coheigea merged PR #364:
URL: https://github.com/apache/directory-kerby/pull/364


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump org.jboss.xnio:xnio-api from 3.8.13.Final to 3.8.14.Final [directory-kerby]

2024-05-02 Thread via GitHub


coheigea merged PR #367:
URL: https://github.com/apache/directory-kerby/pull/367


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump actions/upload-artifact from 4.3.2 to 4.3.3 [directory-kerby]

2024-05-02 Thread via GitHub


coheigea merged PR #365:
URL: https://github.com/apache/directory-kerby/pull/365


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump actions/checkout from 4.1.3 to 4.1.4 [directory-kerby]

2024-05-02 Thread via GitHub


coheigea merged PR #366:
URL: https://github.com/apache/directory-kerby/pull/366


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org



Re: [PR] Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 [directory-kerby]

2024-05-02 Thread via GitHub


coheigea merged PR #368:
URL: https://github.com/apache/directory-kerby/pull/368


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org