Hello Guys, i am trying to implement SSO for the U...
# ui
e
Hello Guys, i am trying to implement SSO for the UI . while making a request. it makes a get call to the config url. i need it to make a POST call any suggestions ? @green-football-43791
b
Are you talking about the .well-known OIDC endpoint call? Also, who is your Identity provider?
e
Identity provider is Azure SSO
https://login.microsoftonline.com/****-***_****-******/oauth2/token This url works on postman with post call, but when i try get on this . i get error
@big-carpet-38439
i was going through https://developer.okta.com/docs/reference/api/oidc/#authorize. it is get call, it is no post call
*not
b
I see. I think this is now configurable to be a post call … let me send reference
So I think this PR should address the issues you're seeing... https://github.com/linkedin/datahub/pull/2691
e
thanks! . i will test it once on integrated environment.
@big-carpet-38439 when this PR should be part of the datahub release ?
b
Very soon. We plan to cut a release today or tomorrow