Тёмный

OpenID Connect with Spring Boot 3 as Single Sign-On solution for your Web-application. 

Agile Coding mit Elmar Brauch
Подписаться 694
Просмотров 8 тыс.
50% 1

Authentication with OpenID Connect is easy thanks to Spring Boot. In this video I build the login of a web application with my company's OpenID provider.
All details and links can be found in my blog:
agile-coding.b...
Spring Security beginners should check first:
agile-coding.b...
Trainings about Spring in German language:
* www.udemy.com/...
* www.udemy.com/...

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@thoriig3887
@thoriig3887 Год назад
❤‍🔥
@karimtaha11
@karimtaha11 Год назад
Hi Elmar, thanks for the nice informative video I have a question, what is this /process-login that you are using? Is it generic or related to your provider? If I am using Spring Boot just as a backend and I want it to handle the auth process, should the provider redirect to backend or frontend?
@elmarbrauch
@elmarbrauch Год назад
Hi. The process is called OpenID Connect, it is a standard. My provider in this video implements the standard and Spring Boot also supports this standard. Check the picture in my video or in the linked blog-article, it should explain the target of the redirect: agile-coding.blogspot.com/2022/10/openid.html
@san-bs3qh
@san-bs3qh Год назад
thank you
@konkos5473
@konkos5473 Год назад
nice presentation. I would like to ask, what would change if there was a react/angular/etc frontend instead of thymeleaf?
@elmarbrauch
@elmarbrauch Год назад
Thi video is about a stateful Spring Boot backend with a session. If the react, angular or Vue.js frontend is a single page application with a stateless Spring Boot backend it is different. Maybe a topic for a future video.
@JanNiklasBenn
@JanNiklasBenn Год назад
Hey, ich studiere jetzt seit diesem Semeser Software Entwicklung an einer Fernuni und ich fange gerade über Udemy Kurse an mir Java beizubringen. Hättest du sonst noch Tipps wie ich am besten ins Softwareentwickeln reinkomme? Im 2ten Semester ist sowieso Java dran daher habe ich damit angefangen aber vielleicht gibt es auch besser optionen? Ab Wann würdest du empfehlen auch mit Seiten wie Codewar zu arbeiten? Ich bedanke mich im Voraus für die tollen Videos und freue mich auf eine Antwort.
@elmarbrauch
@elmarbrauch Год назад
Hallo. Ich empfehle "Learning by coding", programmiere so viel wie möglich selbst. Also nicht nur anderen in Udemy Kursen beim Programmieren zuschauen und den Code verstehen, sondern direkt mit programmieren. Codewars würde ich Dir empfehlen, sobald Du in Java Hello World, Schleifen und If-Statements kannst. Ich habe meine Meinung dazu auch in einem Blog-Artikel aufgeschrieben: agile-coding.blogspot.com/2022/05/codewars.html
@rupeshpatil6957
@rupeshpatil6957 Год назад
Hi Elmar, thanks for the nice informative video I have implemented by following the step and I am able to login using my SSO provider. But on Successful, authentication application is not redirecting to /process-login endpoint or homepage (/) It stays on the sso page and does not come out of loop.Please help
@elmarbrauch
@elmarbrauch Год назад
Did you set proper redirect-uri in application.properties or -.yml file? That could be something to check. On the other hand on your SSO provider there might be also some config required to do the redirect. So I would check first those things.
@rupeshpatil6957
@rupeshpatil6957 Год назад
@@elmarbrauch Thanks for your reply.. I will check them again.
@ransoft519
@ransoft519 Год назад
Hi Elmar , in my case after authenticating i am getting the page isnt working it get stuck on redirect uri
@elmarbrauch
@elmarbrauch Год назад
Hi, you can increase logging level to see more details by adapting application.properties/.yml like this: logging: level.org.springframework: security: DEBUG web.client: DEBUG This might help you to better understand what worked as expected before your problem and maybe you see also more details about the problem beside the stacktraces.
@FunTalezReaction
@FunTalezReaction 3 месяца назад
Source code i need it urgently sir
@elmarbrauch
@elmarbrauch 3 месяца назад
Hi, follow the link to my blog in the description. In the description you find the link to the source code at GitHub.
Далее
An Illustrated Guide to OAuth and OpenID Connect
16:36
Просмотров 588 тыс.
For my passenger princess ❤️ #tiktok #elsarca
00:24
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
Protect Your Microservices with Spring Cloud Gateway
28:10
Explain it to Me Like I’m 5: Oauth2 and OpenID
47:50
OAuth2  & Spring boot 3 & Social login | never been easier
1:05:27
ID Tokens VS Access Tokens: What's the Difference?
8:38