-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove main security main class + rename google index.html
Signed-off-by: tvallin <[email protected]>
- Loading branch information
Showing
12 changed files
with
327 additions
and
521 deletions.
There are no files selected for viewing
34 changes: 0 additions & 34 deletions
34
archetypes/helidon/src/main/archetype/common/files/application.abac.yaml
This file was deleted.
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
3 changes: 3 additions & 0 deletions
3
archetypes/helidon/src/main/archetype/mp/custom/files/application.abac.yaml
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,3 @@ | ||
- abac: | ||
fail-on-unvalidated: true | ||
fail-if-none-validated: true |
32 changes: 16 additions & 16 deletions
32
archetypes/helidon/src/main/archetype/mp/custom/files/application.oidc.yaml
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
- oidc: | ||
# use a custom name, so it does not clash with other examples | ||
cookie-name: "OIDC_EXAMPLE_COOKIE" | ||
# support for "Authorization" header with bearer token | ||
header-use: true | ||
# the default redirect-uri, where the webserver listens on redirects from identity server | ||
redirect-uri: "/oidc/redirect" | ||
issuer: "https://tenant.some-server.com/oauth2/default" | ||
audience: "configured audience" | ||
client-id: "some client id" | ||
client-secret: "some client secret" | ||
identity-uri: "https://tenant.some-server.com/oauth2/default" | ||
frontend-uri: "http://localhost:7987" | ||
server-type: "@default" | ||
# We want to redirect to login page (and token can be received either through cookie or header) | ||
redirect: true | ||
- oidc: | ||
# use a custom name, so it does not clash with other examples | ||
cookie-name: "OIDC_EXAMPLE_COOKIE" | ||
# support for "Authorization" header with bearer token | ||
header-use: true | ||
# the default redirect-uri, where the webserver listens on redirects from identity server | ||
redirect-uri: "/oidc/redirect" | ||
issuer: "https://tenant.some-server.com/oauth2/default" | ||
audience: "configured audience" | ||
client-id: "some client id" | ||
client-secret: "some client secret" | ||
identity-uri: "https://tenant.some-server.com/oauth2/default" | ||
frontend-uri: "http://localhost:7987" | ||
server-type: "@default" | ||
# We want to redirect to login page (and token can be received either through cookie or header) | ||
redirect: true |
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
76 changes: 0 additions & 76 deletions
76
...helidon/src/main/archetype/se/custom/files/src/main/java/__pkg__/GoogleMain.java.mustache
This file was deleted.
Oops, something went wrong.
97 changes: 0 additions & 97 deletions
97
...rc/main/archetype/se/custom/files/src/main/java/__pkg__/OutboundOverrideJwt.java.mustache
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.