Skip to content

Commit

Permalink
Add banner implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Aug 26, 2024
1 parent 7f2113a commit 33b932c
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 10 deletions.
2 changes: 2 additions & 0 deletions features/admin.applications.v1/models/application-inbound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ export interface OIDCDataInterface {
subject?: SubjectConfigInterface;
isFAPIApplication?: boolean;
hybridFlow?: HybridFlowConfigurationInterface;
useClientIdAsSubClaimForAppTokens?: boolean;
omitUsernameInIntrospectionRespForAppTokens?: boolean;
}

/**
Expand Down
20 changes: 20 additions & 0 deletions features/admin.applications.v1/pages/application-edit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,23 @@
.application-branding-link {
cursor: pointer;
}

.ignore-once-button {
color: #788997;
}

.banner-detail-card {
border: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
background: #fffaf3;
}

.application-outdated-alert-expanded-view {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

.spaced-list li {
margin-bottom: 10px;
}
Loading

0 comments on commit 33b932c

Please sign in to comment.