Better way to redirect the user from horizon after authentication
hi,
I have configured devstack with a federated authentication plugin, currently I am confused in redirecting the user after authentication with the third party server. Steps I am planning to do
- Store the details of my client such as a certificate, name and the redirect-url in the opensaml server which holds the list of idp's (google,fb..etc)
- Specify the callback-url in settings.py as http://localhost/auth/login/ and set this same url in the server as redirect-url (mentioned above).
- Will this successfully redirect the user after authentication to the usual dashboard ?
I really need some help to finish this step to make the horizon work with a 3rd party authentication, i have the modified modules especially forms.py and settings.py in https://github.com/deepakselvaraj/federated-authentication
Thank you
Regards
Deepak