best video on okta .... i faced few issues at last while creating client App in anypoint as open id connect policy was not visible... but done some research and completed my POC successfully .. thanks sir
@@sastabazaar I have assigned Sandbox to it and redeployed the proxy app after that i check in policy and it appears. Thank's alot for sharing the information.
i am not seeing step for adding policy for Proxy? will it take automatically or who it will work Siva? even not seeing under policies open id connect policy .. is it any changes in different version of servers ? when i am trying to request access it's just creating under mule only
Thanks for the video. Can you please make the mouse pointer visible for future videos. Its very difficult to interpret where you are hovering and hence gets difficult to follow.
Hello Siva, Thanks for sharing the useful info. However I am neither able to find the previous videos which has proxy api implementation nor able to find the previous video in the description.
nice video .. one question .. in earlier there is a video client id enforcement which is only user id and secret on top of it now we selected OAuth grant type . this is the diff or am i missing any thing between these two videos?
Siva, Thanks a lot for these video series. Can you please calrify the below roles in our example. I am trying to relate the end result with the Oauth dance and roles once again 1. Client -- postman. 2. Resource server - Anypoint platform (cloudhub) 3. Authorization server - Okta Is the above correct ? So the clients credentials are only related to the postman ( a pseudo webapp for us) and not to resource server. Also its postman that gets the access token from okta passing its credentials. All that resource server has to do is - once client sends a access token as part of api call -- it goes to okta and validates (or) gets it authorized. Then why do we need to provide Client credentials inside resource server settings ( anypoint platform --> external identity --> token introspection client) ?
Thanks Siva, for proving wonderful session. I have one scenario , If an API had 4 resources,. and we configured 2 client applications for that API (say A and B) . my requirement is we need to Authorize Client A for some resources and methods, and We need to authorize client B for some resources . when I try to configure policy in API manager, its allowing to configure the policy for single scope., could you please put some light on these kind of scenario
Hi Siva, your videos are really awsome and nice explanation, I am working as Mule lead developer for past 3 years but still you have covered some of them I haven't touched so far. I want to prepare for Mule architect certification but don't see any documentation which is needed for Architect certification preparation, can you please cover concepts which is required for Mule Architect certification
Thank you Ramakrishna for your appreciation. Sure will publish advanced topics often, if you have any specific architecture topics, please feel free to share with me ahead. Thanks.
best video on okta .... i faced few issues at last while creating client App in anypoint as open id connect policy was not visible... but done some research and completed my POC successfully .. thanks sir
How you implement the policy. I am also facing the same issue
@@vedantsingh7011 Allow openid for particular environment and then check...it will be available in policies
@@sastabazaar
I have assigned Sandbox to it and redeployed the proxy app after that i check in policy and it appears.
Thank's alot for sharing the information.
Hi Siva, Thank you so much for detailed explanation on how to apply OpenID connect policy in Mule API, really helpful video.
i am not seeing step for adding policy for Proxy? will it take automatically or who it will work Siva? even not seeing under policies open id connect policy .. is it any changes in different version of servers ?
when i am trying to request access it's just creating under mule only
Exactly what I was wondering too.
Hi Siva, Not sure of what access token needs to be used here from Okta. Can you please guide on from where exactly do we need to get the access token.
Thanks for the video. Can you please make the mouse pointer visible for future videos. Its very difficult to interpret where you are hovering and hence gets difficult to follow.
Hello Siva,
Thanks for sharing the useful info. However I am neither able to find the previous videos which has proxy api implementation nor able to find the previous video in the description.
nice video .. one question .. in earlier there is a video client id enforcement which is only user id and secret on top of it now we selected OAuth grant type . this is the diff or am i missing any thing between these two videos?
Siva,
Thanks a lot for these video series.
Can you please calrify the below roles in our example. I am trying to relate the end result with the Oauth dance and roles once again
1. Client -- postman.
2. Resource server - Anypoint platform (cloudhub)
3. Authorization server - Okta
Is the above correct ?
So the clients credentials are only related to the postman ( a pseudo webapp for us) and not to resource server. Also its postman that gets the access token from okta passing its credentials.
All that resource server has to do is - once client sends a access token as part of api call -- it goes to okta and validates (or) gets it authorized.
Then why do we need to provide Client credentials inside resource server settings ( anypoint platform --> external identity --> token introspection client) ?
Sir, can you explain how you changed the Login and Logout redirect URIs before the moment you filled OAuth 2.0 redirect URI blank?
Hi Sir,
How to apply oAuth for soap webservice implementation ?
Thanks Siva, for proving wonderful session. I have one scenario , If an API had 4 resources,. and we configured 2 client applications for that API (say A and B) . my requirement is we need to Authorize Client A for some resources and methods, and We need to authorize client B for some resources . when I try to configure policy in API manager, its allowing to configure the policy for single scope., could you please put some light on these kind of scenario
Hi Sai - The resource path can individually be protected by separate APIs and load balancer mapping rules.
Hi Siva, your videos are really awsome and nice explanation, I am working as Mule lead developer for past 3 years but still you have covered some of them I haven't touched so far. I want to prepare for Mule architect certification but don't see any documentation which is needed for Architect certification preparation, can you please cover concepts which is required for Mule Architect certification
Thank you Ramakrishna for your appreciation. Sure will publish advanced topics often, if you have any specific architecture topics, please feel free to share with me ahead. Thanks.
@@sivathankamanee-channel Thanks Siva for your quick response, sure will share the topics
Hi Siva, can you provide some use case to consume a third party REST API which is secured with OAuth