Spring Tips: The Spring Authorization Server

  Рет қаралды 21,127

SpringDeveloper

SpringDeveloper

Күн бұрын

Пікірлер: 33
@lhxperimental
@lhxperimental 11 ай бұрын
It would have been less confusing if the names used were non-generic. "client", "spring" as values create confusion - one doesn't know at first glance if it is a user defined value, or something that you have to use as is. "client" and "spring" also happen to occur in property keys - not just here but in the larger spring/java ecosystem which adds to the confusion. Had to watch it back and forth several times to make sense.
@corssobv
@corssobv 11 ай бұрын
i agree!
@kevinnguyen163
@kevinnguyen163 11 ай бұрын
good point
@gondaimgano
@gondaimgano 11 ай бұрын
followed this to the letter but for some reason I am getting a whitelabel "/error" is there something I am missing? its saying too many redirects 🤔
@shogant
@shogant Ай бұрын
I cut and pasted all the config text in the application.properties files and see this white label error page: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Thu Dec 19 22:58:27 PST 2024 There was an unexpected error (type=Not Found, status=404).
@michaelmikeyjacobs
@michaelmikeyjacobs 11 ай бұрын
Hi Josh, awesome video as always. Would it be possible to extend this example to multiple different identity providers in the authorization server and how would this be done, since the idp will generate the token but the client will validate against the Authorization Server?
@pjl-software
@pjl-software 11 ай бұрын
Very relevant, thank you!! Just finished my own KZbin series building a web app using Google Sign-on JWTs as my authorization server with Spring Boot/Spring Security as my resource server. I'd like to extend the series to include a custom Spring Authorization server :)
@lewiswccful
@lewiswccful 2 ай бұрын
Thank you very much. That's very useful. Seems it doesn't work well with all the projects upgraded to latest spring boot version. Just leaving the oauth client not upgraded will work though
@goalreacher6288
@goalreacher6288 9 ай бұрын
Doest Spring Authorization server support SAML protocol?
@MysticCaravan
@MysticCaravan 14 күн бұрын
where is the URL to a github copy of sample project ?
@amitpccsful
@amitpccsful 10 ай бұрын
where in code authorization code is exchanged with access token?
@hablahei1
@hablahei1 11 ай бұрын
I would love some kind of tutorial on how to set up a client credentials grant / flow authorization server
@abhisheksoni3800
@abhisheksoni3800 5 ай бұрын
In the client application, It is giving me error "Unknown provider ID 'spring'"
@rajeevjayaram4981
@rajeevjayaram4981 10 ай бұрын
Would it be possible or you to implement PKCE
@miquel975
@miquel975 9 ай бұрын
Hi again, one question, if somebody can help me... I have a front end with a HTML login, is possible use this HTML login to validate into authorization server, instead of default login page of authoritzation server? I don't customize the login page, I want use login HTML of my frontend. regards
@MrPakurfulo
@MrPakurfulo 8 ай бұрын
I imagine you can do it with a redirect in the oauth2 configuration
@thetrilbies1
@thetrilbies1 9 ай бұрын
Great video Josh. My use case is internel app eg APIs -> gateway -> resource server. Can I use the oauth2 server in this scenario?
@sumitpaswan2682
@sumitpaswan2682 11 ай бұрын
consent page is not coming. in my case after login directly it is show response with {"message" : "Hello, one"}
@thetrilbies1
@thetrilbies1 9 ай бұрын
The consent page is not showing because in the application.yml in the registration spring section, we didnt specify requires consent.
@sumitpaswan2682
@sumitpaswan2682 9 ай бұрын
6:21 you mean spring.security.oauth2.authorizationserver.client.client1.requires-authorization-consent=true I have already configured above property
@yuyeyang4973
@yuyeyang4973 9 ай бұрын
hello, when i get localhost:8080/ authserver print out org.springframework.security.access.AccessDeniedException: Access Denied, why ?
@paulfx5019
@paulfx5019 5 ай бұрын
Hey Josh, you are the man as usual....although I do have 1 question, how does the user logout? Cheers
@yasbas3883
@yasbas3883 4 ай бұрын
maybe by just calling the "/logout" in the app where you have your oauth2 client?
@malikoski
@malikoski 11 ай бұрын
Josh, where can I buy this t-shirt? Great video!!
@emileastih9006
@emileastih9006 11 ай бұрын
Great video thank you!
@mohammadtoficmohammad3594
@mohammadtoficmohammad3594 10 ай бұрын
thank you very useful
@arnabchowdhury4892
@arnabchowdhury4892 11 ай бұрын
Please share your code
@AjayKumar-fd9mv
@AjayKumar-fd9mv 11 ай бұрын
This is great
@toritsejuFO
@toritsejuFO 8 ай бұрын
"on my second favorite place on the Internet", 😂😂😂 always
@yognirog
@yognirog 11 ай бұрын
much helpful thank you :) 77th like
@web-application7944
@web-application7944 10 ай бұрын
if you speak "slower" , it could help non-english speakers to understand you better.
@konstiblum
@konstiblum 11 ай бұрын
Please lose the "30 seconds later" animations. They are only annoying, adding nothing to the video.
11 ай бұрын
please, is Josh Long, do you know how many people this man has helped? You don't know what you are saying, for me he can put that intro longer if he wants, it is nothing compared to all his contribution, and he is always contributing.
Spring Tips: the Spring Authorization Server: durability of data
31:42
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Getting Started with Spring Authorization Server
54:21
SpringDeveloper
Рет қаралды 42 М.
What’s New In Spring Authorization Server 1.3 (SpringOne 2024)
40:20
SpringDeveloper
Рет қаралды 4,5 М.
Spring Tips: Spring Modulith
37:39
SpringDeveloper
Рет қаралды 32 М.
Configuring and Extending Spring Authorization Server
38:40
SpringDeveloper
Рет қаралды 14 М.
Spring Tips: Spring AI
22:48
SpringDeveloper
Рет қаралды 65 М.
Spring Tips: Spring's Application Event Subsystem
20:23
SpringDeveloper
Рет қаралды 16 М.
Spring Tips: Spring Data JDBC
27:36
SpringDeveloper
Рет қаралды 23 М.
Spring Tips: Distributed Job Scheduling with Jobrunr
19:03
SpringDeveloper
Рет қаралды 12 М.
Spring Tips: Spring Boot Testjars
34:25
SpringDeveloper
Рет қаралды 10 М.
Spring Office Hours: Episode 11 - Spring Security, JWTs & oAuth
1:03:55
SpringDeveloper
Рет қаралды 4,9 М.
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН