Spring Boot Security OAuth 2- Getting the Authorization Code

preview_player
Показать описание
Implement Spring Boot Security OAuth 2 to get the Authorization Code -
Рекомендации по теме
Комментарии
Автор

the topic is hard to grasp but you explain nicely. thank you so much

hyperborean
Автор

Nice Explanation. Thank you :)
Do you have PDF of your tutorial? Kindly share . Thank you :)

shekhar_
Автор

Thank you so much I am glad to see this full oauth2 implementation. actually I search many times but didn't satisfied but now 😇😇 thanks

darveshlodhi
Автор

Awesome tutorial of implementing OAuth in a Java application. Thanks man for your great efforts :)

mmateen
Автор

Thanks your sir
It help me a lot of .
success more .sir

mrkyaing
Автор

One quick question though. You specified the scope to be READ in nature, but sending a POST request from the client application to the Resource Provider. Normally, we would use the POST request method to insert some data into the data layer. However, here the scope is READ. How is it possible? Am I missing something? Please clarify.

NotNotNithin
Автор

Do you have this tutorial with spring boot 2.3.x? all OAuth2 examples are not working in the latest version.

samareshsamanta
Автор

Thanks for the tutorial, I getting below error

EL1008E: Property or field 'parameterName' cannot be found on object of type 'java.lang.String' - maybe not public?

kalyangudla
Автор

Hello. I tried this example. But when I click on the url. Unable to login with admin-admin. Is there anything extra to be done?

hasmi_intentart
Автор

Hi, good tutorial. One quick question it is mentioned that you need to send clientid in encrypted format. But here you are directly sending from jsp page to server. In real world application kindly let me know how is the clientid send in encrypted format. What are where changes should be made in the code?

Автор

Hi, cool tutorial, got just one question. You are defining on the server side a clientId and a secret for the client app, but you are not using this secret anywhere in your client app. Am i missing something?

SebastianKulpa
Автор

This error is what i have been trying to solve. OAuth Error
error="invalid_request", error_description="At least one redirect_uri must be registered with the client.". Still dont have solution yet.

olanrewajuolaolu
Автор

Hi there,
I have followed your example step-by-step. I am getting some error once i submit /login page. It's suppose to go to /oauth/authorize page... I am getting a 404 error there.
Can you please help?
Thanks

checkthis
Автор

Why i'm getting this error even though i have used same code.
OAuth Error
error="invalid_request", error_description="At least one redirect_uri must be registered with the client."

nikhilrevanakar
Автор

The downloaded code fails with below exception:
There is no PasswordEncoder mapped for the id "null"

On replacing .password("admin") with .password("{noop}admin") it worked.This is a temp solution.

aamarshi
Автор

documentation is not there on provided link.

lakhveerkaur
Автор

@javainuse Sir tutorial is awesome i loved it can you please help me in getting access token from refresh_token

anmolsao
Автор

hi sir can u please teach us how to integerate payment gateway api using spring

ankittiwary