Hello Rohit, you can try creating 'saml' folder somewhere on C:// and then use that location. Note : Its always advised to keep saml folder (keystore file) outside of the project structure.
I'm able to login successfully on OKTA after running the project however, im not able to redirect to the index page it directly goes inside OKTA application. How do i fix this?
It’s perfectly working in local while I deploying in a vm I got one error combination of host and port required TLS something like.Server has already ssl then I need to change anything in my keystore. Could you please help me to fix this
Response doesn't have any valid assertion which would pass subject validation I got this error after config entity Id because i need to do in uat can any one help on this what is the error
Nice video and explained well...I want to know how to take saml responce from network tab payload tab in Java code using only spring...no spring boot..I am struggling to get response in my Java code
This was such a detailed video. Much appreciated. With default configuration, everything is working fine, but if I change the sso url in okta developer - the post authentication endpoint (which is sso url) is called which again redirects back to IdP login page and this goes on. Can I please get some assistance on this?
Thank you for this tutorial. I have a question... I try to deploy into a jboss server but when I try to access to okta login I can´t do it. I need a special configuration when I deploy in this kind of server?
while creating okta account its asked me the business mail only So I created with my company mail id ,now I have fear like will it charge money after 30 days, please help me on this and if it will charge how to delete account
@@okayjava I am using pac4j library for okta slo for saml but not getting much help online. I want to know what should be the logout url to be configured in okta and what to hit from SP to logout okta
Thank you sir for the tutorial but I have one question. How can we configure multiple IDPs dynamically? I want to store IDP details in the database and fetch accordingly. Sir could not find way pls help
Download the code part 1 gitlab.com/okayjava-git/spring-boot-saml or github.com/rchand-git/spring-boot-saml.git part 2 gitlab.com/okayjava-git/springboot-okta-saml
I did not get your question exactly... you can create a security configuration class and extend websecurityconfigurer adapter then write all your in the logic in the class. thats it ..
please do an example with keycloak saml also sir, there is no good and complete tutorials on the internet at all about saml2 with keycloak, thanks to your tutorial I managed to make saml with keycloak work, but I believe it has many flaws and still things to configure, also it took me more than a day to do, so yeah please make one with keycloak im sure you will get many views 😂👍
Hi, Thank you for the nice video tutorial, the download links are broken, both Github and Google drive, can you please fix it so that we can download the code.
One of the most detailed videos on SAML with spring boot available on the web. Thanks for your efforts, much appreciated
Very interesting and useful video better than all stackoverflow stuffs....,,🎉
oh is it then surely gonna watch
Glad you liked it! :)
Do you have an okta tutorial for spring mvc instead of spring boot?
I got an error while running the okta application- not able to find the keystore path, but i checked it is present under saml folder
Hello Rohit, you can try creating 'saml' folder somewhere on C:// and then use that location. Note : Its always advised to keep saml folder (keystore file) outside of the project structure.
Thank you very much. This was very helpful to my learning process and it is much appreciated :)
You're very welcome!
Thank you so much to make us understand in detail
Hi,I am not able to reach index page .Redirection from okta is looping with parameter disco=true.Could you please help me here?How to fix this issue?
Same issue here. After I login, I keep getting a refreshing login page till a 429 (too many requests/timeout) error is thrown
For current springboot with java 17 which dependency I should use?
this session helpful a lot to me. thanks for uploading this great video.
I'm able to login successfully on OKTA after running the project however, im not able to redirect to the index page it directly goes inside OKTA application. How do i fix this?
It’s perfectly working in local while I deploying in a vm I got one error combination of host and port required TLS something like.Server has already ssl then I need to change anything in my keystore. Could you please help me to fix this
@B Sriram give https instead of http
are you still having the problem?? you need to use https.
are you still having the problem ??
absolutely correct. 👍
Great explaination.
Thank you
Response doesn't have any valid assertion which would pass subject validation I got this error after config entity Id because i need to do in uat can any one help on this what is the error
Excellent! Thanks!
Great, explanation. Really appreciated it, thanks!!!!!
Glad you enjoyed it!
Aren't you reading idp-certificate.xml file for authenticity ?
Nice video and explained well...I want to know how to take saml responce from network tab payload tab in Java code using only spring...no spring boot..I am struggling to get response in my Java code
This was such a detailed video. Much appreciated. With default configuration, everything is working fine, but if I change the sso url in okta developer - the post authentication endpoint (which is sso url) is called which again redirects back to IdP login page and this goes on. Can I please get some assistance on this?
Thank you for this tutorial.
I have a question...
I try to deploy into a jboss server but when I try to access to okta login I can´t do it. I need a special configuration when I deploy in this kind of server?
while creating okta account its asked me the business mail only So I created with my company mail id ,now I have fear like will it charge money after 30 days, please help me on this and if it will charge how to delete account
To delete your Okta Account, you'll have to contact Okta Support or open a support ticket.
I believe you should be able to use your own email id to create okta developers account. thanks
Thanks for sharing it. And how about the log out function?
Have you any video for okta saml single logout?
Hi, I do not have any video at the moment but i know it can be done. i will share the article link for your reference soon. thanks
@@okayjava I am using pac4j library for okta slo for saml but not getting much help online. I want to know what should be the logout url to be configured in okta and what to hit from SP to logout okta
Please help me with steps to deploy this saml authentication app on tomcat, traditional way is not working properly please try and update
let me know if you need the sample code. I deployed it on tomcat itself.
Thank you sir for the tutorial but I have one question. How can we configure multiple IDPs dynamically? I want to store IDP details in the database and fetch accordingly. Sir could not find way pls help
Save IDPs XML in database and fetch the XML and use normally
In which place can I fetch metadata from database?
Hi sir, Can you please help me out to configure multiple metadata dynamically from any database or ftp.
Download the code
part 1 gitlab.com/okayjava-git/spring-boot-saml or github.com/rchand-git/spring-boot-saml.git
part 2 gitlab.com/okayjava-git/springboot-okta-saml
Does this work work Atlassin's crowd instead of okta? If not do you know how to do it?
how to use in existing spring boot web application
I did not get your question exactly... you can create a security configuration class and extend websecurityconfigurer adapter then write all your in the logic in the class. thats it ..
kindly share document link
Hi is it possible generate jwt from this. Could u pls help me to find out this
please do an example with keycloak saml also sir, there is no good and complete tutorials on the internet at all about saml2 with keycloak, thanks to your tutorial I managed to make saml with keycloak work, but I believe it has many flaws and still things to configure, also it took me more than a day to do, so yeah please make one with keycloak im sure you will get many views 😂👍
not able to create okta account asking bussiness email id
Hi, Thank you for the nice video tutorial, the download links are broken, both Github and Google drive, can you please fix it so that we can download the code.
Got from your another channel, tks
@@vikasrh could you please share the google drive link you got?
@@manjunathnpai2283 Link is getting removed from the comment section. Please visit his another channel with the same video (okayazure)
drive.google.com/file/d/1cYgXzwRM3GoZEIB9p_AldjU1YL5yfNGH/view?usp=sharing
okay java can you share link for SAML logout
Thanks, i am look for this code
Do you have video for okta oidc with spring?