I have a project in spring which I must modify to authenticate with the active directory of microsoft azure. My question is there is some way to do the process without using spring boot or how to migrate to spring boot to be able to do this process.
I have a project in spring which I must modify to authenticate with the active directory of microsoft azure. My question is there is some way to do the process without using spring boot or how to migrate to spring boot to be able to do this process.
I already solved the validation by means of a tutorial that gives me azure link which gives me a detailed description of the process.