-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37c94a4
commit 75ceb0b
Showing
16 changed files
with
92 additions
and
82 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
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 |
---|---|---|
|
@@ -29,4 +29,3 @@ body: | |
render: markdown | ||
validations: | ||
required: false | ||
|
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 |
---|---|---|
|
@@ -9,4 +9,3 @@ updates: | |
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
|
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,5 +1,5 @@ | ||
--- | ||
name: 'Dependabot auto-merge' | ||
name: "Dependabot auto-merge" | ||
on: pull_request | ||
|
||
permissions: | ||
|
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"ignore": [ | ||
".github/workflows/dockerimage.yml", | ||
".github/workflows/dockerrelease.yml" | ||
".github/workflows/dockerimage.yml", | ||
".github/workflows/dockerrelease.yml" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
--- | ||
version: "3.8" | ||
|
||
services: | ||
sut: | ||
build: | ||
context: . | ||
dockerfile: Dockerfile-test | ||
links: | ||
- openid-connect-provider-debugger | ||
- openid-connect-provider-debugger | ||
openid-connect-provider-debugger: | ||
build: | ||
context: . | ||
dockerfile: Dockerfile | ||
environment: | ||
- oidc_client_id=kbyuFDidLLm280LIwVFiazOqjO3ty8KH | ||
- oidc_client_secret=60Op4HFM0I8ajz0WdiStAbziZ-VFQttXuxixHHs2R7r7-CW8GR79l-mmLqMhc-Sa | ||
- oidc_discovery=https://samples.auth0.com/.well-known/openid-configuration | ||
- oidc_redirect_uri=http://openid-connect-provider-debugger/login | ||
- oidc_ssl_verify=yes | ||
- oidc_client_id=kbyuFDidLLm280LIwVFiazOqjO3ty8KH | ||
- oidc_client_secret=60Op4HFM0I8ajz0WdiStAbziZ-VFQttXuxixHHs2R7r7-CW8GR79l-mmLqMhc-Sa | ||
- oidc_discovery=https://samples.auth0.com/.well-known/openid-configuration | ||
- oidc_redirect_uri=http://openid-connect-provider-debugger/login | ||
- oidc_ssl_verify=yes |
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,10 +1,12 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Unexpected error</title> | ||
</head> | ||
<body> | ||
<center><b>An unexpected error occurred, please see console log for details.</b></center> | ||
</body> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Unexpected error</title> | ||
</head> | ||
<body> | ||
<center> | ||
<b>An unexpected error occurred, please see console log for details.</b> | ||
</center> | ||
</body> | ||
</html> |
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,20 +1,28 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>OpenID Connect Provider Debugger</title> | ||
</head> | ||
<body> | ||
<form action="/debug" target="_self"> | ||
<label for="oidc_client_id">Client ID:</label><br> | ||
<input type="text" id="oidc-client-id" name="oidc_client_id"><br> | ||
<label for="oidc_client_secret">Client secret:</label><br> | ||
<input type="text" id="oidc-client-secret" name="oidc_client_secret"><br> | ||
<label for="oidc_discovery">Discovery URL:</label><br> | ||
<input type="text" id="oidc-discovery" name="oidc_discovery"><br> | ||
<label for="oidc_redirect_uri">Redirect URI:</label><br> | ||
<input type="text" id="oidc-redirect-uri" name="oidc_redirect_uri"><br> | ||
<input type="submit" value="Start"> | ||
</form> | ||
</body> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>OpenID Connect Provider Debugger</title> | ||
</head> | ||
<body> | ||
<form action="/debug" target="_self"> | ||
<label for="oidc_client_id">Client ID:</label><br /> | ||
<input type="text" id="oidc-client-id" name="oidc_client_id" /><br /> | ||
<label for="oidc_client_secret">Client secret:</label><br /> | ||
<input | ||
type="text" | ||
id="oidc-client-secret" | ||
name="oidc_client_secret" | ||
/><br /> | ||
<label for="oidc_discovery">Discovery URL:</label><br /> | ||
<input type="text" id="oidc-discovery" name="oidc_discovery" /><br /> | ||
<label for="oidc_redirect_uri">Redirect URI:</label><br /> | ||
<input | ||
type="text" | ||
id="oidc-redirect-uri" | ||
name="oidc_redirect_uri" | ||
/><br /> | ||
<input type="submit" value="Start" /> | ||
</form> | ||
</body> | ||
</html> |