Skip to content
Discussion options

You must be logged in to vote

If I understand correctly, you're looking for the RADIUS server to respond with the same type of response/attributes as the ACCESS ACCEPT with difference being that you do not have the user's password. This ability is a function of the RADIUS server (not the RADIUS client).
I think you just need to configure your RADIUS server to send ACCESS ACCEPT for queries from your SpringBoot client. I.e. - if RADIUS server sees request from your SpringBoot client without password (or a shared secret in lieu of user's password), the server will send normal ACCESS ACCEPT response. Ideally, this would still require one or more other attributes in request (e.g. add an attribute in request with a shared …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hanbeytoktas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants