Hi @mraible That's really a great video on OAuth. Do you've any idea or advise for implementing Client Credentials in Java Play framework, provided we don't want to use any 3rd party idP. Thanks.
Hello Matt, I am a bit confused, at one moment you say that OAuth 2 cannot be done without a browser, but in the end the Client credential Flow does not require a browser and is still in the "OAuth 2.0" grant types, it is contradicting, did I miss something? Thank you for this valuable presentation by the way ! Julien
Very comprehensive and easy to understand presentation, well done, Matt!
A very informative session, especially the first half is suitable for any developer looking at OAuth integration, let alone java developers.
Great session, thank you for the valuable info!
You're welcome! Thanks for watching. :)
At 42:33 did you mean "Can u do oidc without a browser?"
Hi @mraible
That's really a great video on OAuth. Do you've any idea or advise for implementing Client Credentials in Java Play framework, provided we don't want to use any 3rd party idP. Thanks.
Great session
very informative
6:56
👋🏼🇨🇴🧔🏻👍🏼🤝🏻 Saludos desde Colombia, buena información
an important tool
Hello Matt, I am a bit confused, at one moment you say that OAuth 2 cannot be done without a browser, but in the end the Client credential Flow does not require a browser and is still in the "OAuth 2.0" grant types, it is contradicting, did I miss something?
Thank you for this valuable presentation by the way !
Julien
You are correct that a browser is not needed for client credentials. I should've specified that a browser is only necessary when a user is involved.
@@mraible Thanks for your reply !