-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Remove the Github PR template (#211) (#212) The PR template is probably not needed. * feat: Ability to configure a SAML Connection via IdP Metadata URL Some IdP providers, expose a metadata url which contains all their necessary information in order to configure an integration. We update our SAML Connection Create & Update operations to accept this new url as the 'idp_metadata_url' property * fix: Add URL to actor token responses (#217) Added the ActorTokenResponse.URL field. * feat: Support define SAML Connection Attribute mapping As part of the SAML Connection Create and Update operations, allow to define the attribute mapping of IdP properties to Clerk's user properties * feat: Add create session token given a template slug endpoint * feat: Introduce 'allow_subdomains' SAML Connection property We now expose a new property 'allow_subdomains' as part of the SAML Connection response. You can also define it during the Update operation. Default value is false * feat: Introduce 'allow_idp_initiated' SAML Connection property We now expose a new property 'allow_idp_initiated' as part of the SAML Connection response. You can also define it during the Update operation. Default value is false * chore: add github action for semgrep to run security scans in monitoring mode (#264) * feat: Allow SAML Connection configuration with IdP Metadata Our SAML Connection Create/Update operations now accepts a new optional property 'IdpMetadata' which you can use in order to configure an IdP using the metadata file. If provided, we also include it in the response as well * feat: Add `external_account_id` to OAuth access token response (#274) * feat: Support reply to email name for templates * chore: Update CODEOWNERS * docs: changing clerk hiring page * Add IgnoreDotsForGmailAddresses on SDK restriction resource (#291) * feat: add IgnoreDotsForGmailAddresses restriction on sdk * test: IgnoreDotsForGmailAddresses restriction * feat: Add SAMLAccounts for users (#299) Backporting the SAMLAccounts field on the User struct for v1. * sessions.go: Fix typo in tokens url for CreateTokenFromTemplate This URL can be found here: https://clerk.com/docs/reference/backend-api/tag/Sessions#operation/CreateSessionTokenFromTemplate * sessions_test.go: Update CreateTokenFromTemplate URL for integration tests * chore: merge * chore(commerce): revert accidental merge with wrong branch * chore(commerce): more reverts for bad merge * feat(commerce): add features to plan * feat(commerce): feature responses * feat(commerce): feature inputs * fix(commerce): add missing fields * feat(commerce): delete plan feature ids * fix(commerce): update params name * fix for deleting PlanFeatures * feat(commerce): add payee types * fix(commerce): fix payees package name * update some payee types * feat(commerce): add payers * feat(commerce): add payment sources * feat(commerce): payment source params * fix(commerce): single feature create * fix(commerce): change to payer * add is_free to plan * feat(commerce): missing fields * feat(commerce): string dates to ms --------- Co-authored-by: Giannis Katsanos <[email protected]> Co-authored-by: Haris Chaniotakis <[email protected]> Co-authored-by: Roberto Garcia Navarro <[email protected]> Co-authored-by: Ross Nanopoulos <[email protected]> Co-authored-by: Konstantinos Pittas <[email protected]> Co-authored-by: Mary Zhong <[email protected]> Co-authored-by: pedroimpulcetto <[email protected]> Co-authored-by: nicolas lopes <[email protected]> Co-authored-by: Shashank Verma <[email protected]> Co-authored-by: Michael Osuna Jr <[email protected]> Co-authored-by: Keiran Flanigan <[email protected]>
- Loading branch information
1 parent
fa24797
commit 7584b41
Showing
11 changed files
with
522 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.