eduMFA icon indicating copy to clipboard operation
eduMFA copied to clipboard

Default radius token for all users on a realm

Open oculos opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

What are you trying to achieve?

Imagine an existing infrastructure where one already have radius-based OTP. It would be nice to create an hypothetical "default" token, so that all the users would automatically have that token. This makes sense for radius tokens. They are all the same, the only thing that changes is the username. It would be nice to have a default radius token where the username would be the same as the user authenticating, so that we wouldn't have to create 10000 new radius tokens.

Describe the solution you'd like

Some preferences for the radius token (a template?) so that all the users would have that token, only with its own username configured.

Describe alternatives you've considered

Using the api to create all these tokens, which doesn't make sense, considering that new users come everyday.

oculos avatar Oct 22 '24 07:10 oculos