OpenDaylight has its own built-in identity manager that manages OpenDaylight users. OpenDaylight authenticates users based on a typical username and password architecture and authorizes the user based on its roles and domain. In this recipe, you will learn how to add a new user, update user information, add a new role, and add a new user domain.
OpenDaylight identity manager
Getting ready
To step through this recipe, you will need a new OpenDaylight Beryllium distribution and you will need to download the recipe folder from the book GitHub repository.
How to do it...
- ...