ContributionsMost RecentMost LikesSolutionsTestRunListener beforeRun: Get test step auth profile name I created a "TestRunListener.beforeRun" event in order to refresh an expired OAuth token before a test step is ran using the Groovy script of this support page. I noticed that the auth profile entry name (Ora Bannet) is hard coded: def authProfile = project.getAuthRepository().getEntry("Ora Bannet"); Is there a way to dynamically retrieve the auth entry name? This would allow to make my event applicable to all the auth profiles used in my project. Thank you in advance for your help! 😀 Re: Kafka topic using OAuth2 authentication Hey DanielPomian, Just a quick word to let you know that I haven't forgotten about you: I'm still working with the DEVs on my team to confirm the some of the Kafka connection settings, I will let you know of my feedback as soon as I get this to work. Thank you for your patience. J-F Re: Kafka topic using OAuth2 authentication Hi DanielPomian, Really happy to hear about this feature is now available. I will give it a shot in the next few days and let you know of my feedback. Thanks, J-F Re: Kafka topic using OAuth2 authentication Hey Daniel, We are using the "Client Credentials" grant type. Thank you for your efforts on adding this feature, J-F Re: Kafka topic using OAuth2 authentication Hello DanielPomian, We are currently using OAuth2.0 and we have no plans to use the "OAuth2.0 Azure" or the "OAuth2.0 JWT Bearer" types. Have a good day, J-F Re: Kafka topic using OAuth2 authentication Hey DanielPomian, We're using the following: Kafka sidecar -> 2.2.3 Proxy sidecar -> 2.4.0 Is that all the info you need? Please let me know if you need more 😄 J-F Re: Kafka topic using OAuth2 authentication Hi DanielPomian , This is great news! Our team is using the Client Credentials Grant flow. Looking forward to using this feature in the future. Thank you, J-F Re: Enabling OAuth2 for Kafka topics Thanks for your help RusselViola ! I tried that, however the dropdown does not allow me to pick any OAuth2 profiles I created in my project, it only allows me to pick basic auth profiles. 😔 J-F Re: Kafka topic using OAuth2 authentication Thank you sonya_m for your quick reply! I submitted the feature request, please don't hesitate to vote for it! 😉 https://community.smartbear.com/t5/Feature-Requests/Enabling-OAuth2-for-Kafka-topics/idi-p/226609 Enabling OAuth2 for Kafka topics It would really be helpful if OAuth2 authentication would be enabled for Kafka topics just like for Rest APIs. Tokens would be dynamically generated and then put a reference to it into the connection settings. This feature would enable automating Kafka topics using OAuth2 as tokens expire after a given period (60 minutes or less usually)