@@securityinaction1018 Hi is there anyway you can do a video from scratch how to create a custom error message in oauth2 using aad b2c? There is a technical profile page on azure but not sure how to progress
Refresh tokens are not generated for client credentials grant. ID and Refresh tokens will be generated only for authorization code grant flow. Please refer this video th-cam.com/video/icTFcPjiBmQ/w-d-xo.html on how to configure authorization code grant flow in AzureAD.
Great video! Is it possible to use this client credentials configuration to read e-mails from personal accounts (outlook, hotmail)? If not, do you know the best way to read e-mails from personal accounts, in a backend-only system (without UI), now that Microsoft is deprecating basic authentication?
Thank you!! I don't have much knowledge on how to read emails from Microsoft personal accounts. I have done some POCs on reading emails from GMail accounts. I am assuming it should be similar in MS. Basically, you need OpenID Connect flow to get ID token, access token for a particular user and the access token should have the scopes to read emails. Please like, subscribe & share this video / channel !! Thanks in advance.
Hi is there anyway you can do a video from scratch how to create a custom error message in oauth2 using aad b2c? There is a technical profile page on azure but not sure how to progress
I am not sure if it is possible to customize the error message for a client credentials flow. But, what is the use case? Why the error message needs to be customized?
Please refer this link learn.microsoft.com/en-us/azure/active-directory-b2c/client-credentials-grant-flow?pivots=b2c-user-flow#step-1-register-the-web-api-app Please subscribe and support this channel. Thanks in advance!!
Please subscribe to this channel for regular updates th-cam.com/channels/EEayyyCrJO94FYlzF0NLTg.html
Thank You for the support.
I’ve been struggling with this for months! Thank you!!!!
You are welcome!
@@securityinaction1018
Hi is there anyway you can do a video from scratch how to create a custom error message in oauth2 using aad b2c? There is a technical profile page on azure but not sure how to progress
Thank you! Very well explained, you know your stuff.
Thank You!!
Please subscribe, like & share to support this channel. Thanks in advance.
Great explanation! Keep it up.
Thanks!
I can in see in response there is no refresh_token, May I know how it can be included in response
Refresh tokens are not generated for client credentials grant. ID and Refresh tokens will be generated only for authorization code grant flow. Please refer this video th-cam.com/video/icTFcPjiBmQ/w-d-xo.html on how to configure authorization code grant flow in AzureAD.
Great video! Is it possible to use this client credentials configuration to read e-mails from personal accounts (outlook, hotmail)? If not, do you know the best way to read e-mails from personal accounts, in a backend-only system (without UI), now that Microsoft is deprecating basic authentication?
Thank you!!
I don't have much knowledge on how to read emails from Microsoft personal accounts. I have done some POCs on reading emails from GMail accounts. I am assuming it should be similar in MS. Basically, you need OpenID Connect flow to get ID token, access token for a particular user and the access token should have the scopes to read emails.
Please like, subscribe & share this video / channel !! Thanks in advance.
How do you increase the authroization flow code limit size?
Are you referring to the length of the authorization code?
Hi is there anyway you can do a video from scratch how to create a custom error message in oauth2 using aad b2c? There is a technical profile page on azure but not sure how to progress
I am not sure if it is possible to customize the error message for a client credentials flow. But, what is the use case? Why the error message needs to be customized?
How does your B2C application have app roles. It is not support in AD B2C
Please refer this link learn.microsoft.com/en-us/azure/active-directory-b2c/client-credentials-grant-flow?pivots=b2c-user-flow#step-1-register-the-web-api-app
Please subscribe and support this channel. Thanks in advance!!
very helpful. Thank you!
You're welcome!
Please like, subscribe & share!! Thanks in advance.