For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

raZorTT's avatar
raZorTT
Icon for Cirrostratus rankCirrostratus
Mar 06, 2020
Solved

How to trigger an OAuth discover using TMSH or REST API?

Hi all,

 

I was just wondering how to trigger the discover process of an OAuth provider via TMSH or the REST API.

 

I see a pull-config option in tmsh, but it doesn't appear to do anything?!?

 

modify apm aaa oauth-provider provider_test pull-config

 

Can anyone help?

 

Regards,

Simon

  • Just wanted to post the solution I found

    After creating the OAuth provider, you can create the OIDC discover config

    create mgmt tm access oidc discover providerName mytest_provider

2 Replies

  • Just wanted to post the solution I found

    After creating the OAuth provider, you can create the OIDC discover config

    create mgmt tm access oidc discover providerName mytest_provider
  • Hi, did you ever find a solution for doing this with REST API?