jbertram commented on code in PR #29: URL: https://github.com/apache/artemis-examples/pull/29#discussion_r3190323144
########## examples/features/standard/security-oidc/readme.md: ########## @@ -0,0 +1,326 @@ +# JMS Security OpenID Connect Example + +If you have not already done so, [prepare the broker distribution](../../../../README.md#getting-started) before running the example. + +This example is a fully rewritten version of previous example which worked only with https://www.keycloak.org[Keycloak server]. +Here's a list of important changes and differences: + + - While the example uses Keycloak as an OpenID Connect provider, after minimal configuration changes this example should also work with other providers and there's no need to use any dedicated Keycloak (or other) libraries + - This example obtains a JWT access token itself, and no password is sent to Artemis Broker + - There are 3 (instead of 2) OpenID Connect _clients_ used (more on that later) Review Comment: I don't think this bit is necessary. The `security-keycloak` example can simply be forgotten at this point. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
