-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add client id secret and refresh token rotation settings + fix …
…CI issues (#953) * feat: add clientId and secret to the returned info about clients and refresh token rotation flag * ci: update ci scripts to add new encryption key prop * ci: re-add params in continuation * chore: fix export definitions for custom framework * feat: remove the OAuth2Client recipe * chore: update changelog + remove unused prop from test server * refactor: small consistency improvements * feat: add email and phonenumber information into oauth access tokens * fix: fetch clientId from the auth header if present * refactor: removed unused const + test consistency fix * feat: test fixes * test: add missing function to test server
- Loading branch information
Showing
61 changed files
with
191 additions
and
1,670 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,26 @@ orbs: | |
slack: circleci/[email protected] | ||
jq: circleci/[email protected] | ||
|
||
parameters: | ||
force: | ||
type: boolean | ||
default: false | ||
cdi-core-map: | ||
type: string | ||
default: "{}" | ||
cdi-plugin-interface-map: | ||
type: string | ||
default: "{}" | ||
fdi-node-map: | ||
type: string | ||
default: "{}" | ||
fdi-auth-react-map: | ||
type: string | ||
default: "{}" | ||
fdi-website-map: | ||
type: string | ||
default: "{}" | ||
|
||
jobs: | ||
test-dev-tag-as-not-passed: | ||
docker: | ||
|
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.