05-Mar-2020 20:37
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
Solved! Go to Solution.
15-Mar-2020 16:04
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
15-Mar-2020 16:04
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
13-Mar-2023 03:37
Hi, did you ever find a solution for doing this with REST API?