Outlook plugin + SSO auth

Hey everyone, I inherited a c# outlook plugin application.

I have to change the way this auth before it can use the vendors API.

Our Org uses okta and assigned the users the application that this outlook plugin will be talking to via the vendors API.

For example, if they are in our org but not assigned the application in Okta, they should not be able to use the plugin. Also, if their okta session was expired, they should be prompted to log back in to use the plugin.

Does anyone have any examples or direction to look at?

Thanks!

Hi,

Here you can find our OIDC concepts doc: OAuth 2.0 and OpenID Connect overview | Okta Developer

This will give you a better understanding of OIDC and how you can use it in your use-case.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.