-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7164 from DilshanSenarath/issue-21689
Onboard Slack and Zoom SSO templates
- Loading branch information
Showing
8 changed files
with
332 additions
and
125 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@wso2is/admin.template-core.v1": minor | ||
"@wso2is/admin.applications.v1": patch | ||
"@wso2is/console": patch | ||
"@wso2is/form": patch | ||
--- | ||
|
||
Onboard Slack and Zoom SSO templates |
Binary file added
BIN
+6.15 KB
...console/src/public/resources/applications/assets/images/illustrations/slack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
.../console/src/public/resources/applications/assets/images/illustrations/zoom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
306 changes: 185 additions & 121 deletions
306
features/admin.applications.v1/components/forms/inbound-saml-form.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
features/admin.template-core.v1/components/form-dynamic-field.scss
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/** | ||
* Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com). | ||
* | ||
* WSO2 LLC. licenses this file to you under the Apache License, | ||
* Version 2.0 (the "License"); you may not use this file except | ||
* in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
.dynamic-template-selection-field { | ||
.oxygen-form-control { | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
|
||
.oxygen-input-label { | ||
margin-top: 0; | ||
margin-left: 0; | ||
position: relative; | ||
transform: unset; | ||
-webkit-transform: unset; | ||
} | ||
|
||
.oxygen-select { | ||
margin-top: 8px; | ||
margin-bottom: 4px; | ||
} | ||
|
||
.oxygen-form-helper-text { | ||
margin-top: 3px; | ||
margin-left: 0; | ||
margin-right: 0; | ||
} | ||
} | ||
} | ||
|
||
.dynamic-template-selection-field-dropdown { | ||
&.MuiPopover-root { | ||
z-index: 1500; | ||
filter: unset !important; | ||
} | ||
} |
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