oktadev / okta-spring-boot-saml-example

Spring Boot, SAML, and Okta
https://developer.okta.com/blog/2022/08/05/spring-boot-saml
Apache License 2.0
79 stars 57 forks source link

Issue with saml method #15

Closed ipawanktiwari closed 4 years ago

ipawanktiwari commented 4 years ago

The saml() is not supported in spring boot 2.x. Please update code or kindly drop a link so that we can move in a right direction.

https://github.com/oktadeveloper/okta-spring-boot-saml-example/blob/e2edc1ed024f27a9b154bb789b448ba4994e779e/src/main/java/com/example/demo/SecurityConfiguration.java#L38

mraible commented 4 years ago

We published a new tutorial on Spring Boot and SAML this week. See https://developer.okta.com/blog/2020/10/14/spring-security-saml-database-authentication. Please let us know if it helps.

On Fri, Oct 16, 2020 at 07:16 pawanktiwari notifications@github.com wrote:

The saml() is not supported in spring boot 2.x. Please update code or kindly drop a link so that we can move in a right direction.

https://github.com/oktadeveloper/okta-spring-boot-saml-example/blob/e2edc1ed024f27a9b154bb789b448ba4994e779e/src/main/java/com/example/demo/SecurityConfiguration.java#L38

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/oktadeveloper/okta-spring-boot-saml-example/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAELZF7U3LRL3IIJV65XNDSLBBSDANCNFSM4STKP4SQ .

ipawanktiwari commented 4 years ago

Hi @mraible , Thanks for response. Yeah it had helped me to understand the flow and I've successfully integrated it in my application. So thank you.

mraible commented 4 years ago

That's great to hear! I'm closing this issue since your problem seems to be fixed. 🙂