Kiran K
Kiran K
## What does this PR do? Add a web page to display SP's Config details  Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change...
## What does this PR do? SCIM implementation - beta version ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature...
- Easy to deploy - Add production deployment guide
``` curl --request POST \ --url 'http://localhost:5000/oauth/token' \ --header 'content-type: application/x-www-form-urlencoded' \ --data 'grant_type=authorization_code' \ --data 'client_id=' \ --data 'client_secret=' \ --data 'redirect_uri=' \ --data 'code=' ``` ### Issue Summary...
Resolves #96
## What does this PR do? Fixes # (issue) **Environment**: Staging(main branch) / Production ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...
## What does this PR do? This PR add the support for setting a new password for users who have signed up with Google or SAML provider. This allow the...
## What does this PR do? - [x] Move Setup Link components to internal-ui - [x] Move SSO Tracer components to internal-ui - [x] Add webhook url and secret inputs...
## What does this PR do? Fixes #651 Audit logs for saas app + admin portal - [ ] Check fetching IP address is correct - [ ] Review actions...