saml
Here are 388 public repositories matching this topic...
-
Updated
Jun 24, 2022 - Java
-
Updated
Jun 26, 2022 - Python
Description
The user should be able to add autocompletion through a cli call (e.g. zitadel completion bash)
Acceptance criteria
- it is possible to add the autocompletion of ZITADEL to .bashrc
- if a user writes zitadel in his terminal and presses tab the user gets proposals of what to do
The documentation in the repository is not always vanilla markdown and hence is not well rendered in every environment, e.g. GitHub itself.
What to do?
- Find a document under
docs/ormodules/*/docs/ - See how it looks on GitHub in rendered output
- Edit the document, improve the [Markdown formatting](https://docs.g
-
Updated
Jan 21, 2022 - Go
-
Updated
Jun 23, 2022 - Java
-
Updated
Jun 26, 2022 - Java
-
Updated
Dec 19, 2021 - Java
-
Updated
May 24, 2022 - TypeScript
-
Updated
Jun 23, 2022 - Java
-
Updated
Jun 25, 2022 - Java
-
Updated
Jun 20, 2022 - C++
Hi
is there posibility to set key_file and cert_file content in configuration instead of path?
my application is runing inside docker, so this files are not stored on local filesystem,
but i can set it from outside via variable in os.environ
probably i could do some workaround, and save content into file temp file and set this file,
before saml2 config is parsed
but i am asking her
Need simpler example
-
Updated
Jun 20, 2022 - Go
-
Updated
Jun 25, 2022 - Java
-
Updated
Jun 26, 2022 - Python
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
Dec 31, 2021
-
Updated
Jun 25, 2022 - Java
-
Updated
Jun 26, 2022 - PHP
-
Updated
May 25, 2022 - C#
-
Updated
Jun 25, 2022 - Ruby
Improve this page
Add a description, image, and links to the saml topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the saml topic, visit your repo's landing page and select "manage topics."
Describe the bug
Doing a faulty POST Request on Token endpoint
/realms/{realm-name}/protocol/openid-connect/tokenhere without form data and missing Content-Type leads to NullPointerException and HTTP 500 API response
{"error":"unknown_error"}For sure this is an usage error, but in other error case keycloak gives back clear error indication: