Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

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

raZorTT
Cirrostratus
Cirrostratus

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

1 ACCEPTED SOLUTION

raZorTT
Cirrostratus
Cirrostratus

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

View solution in original post

2 REPLIES 2

raZorTT
Cirrostratus
Cirrostratus

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

Eljay
Cirrus
Cirrus

Hi, did you ever find a solution for doing this with REST API?