diff options
author | Simon Rettberg | 2017-07-25 13:05:05 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-07-25 13:05:05 +0200 |
commit | 4f6d68305edc7fdc5db7d92032f76d36437869a9 (patch) | |
tree | de361200462bc881cf3b04bde9bff1d3cd1c0bd5 | |
parent | Handle missing meta data from IdP when logging in via api (diff) | |
download | bwlp-webadmin-4f6d68305edc7fdc5db7d92032f76d36437869a9.tar.gz bwlp-webadmin-4f6d68305edc7fdc5db7d92032f76d36437869a9.tar.xz bwlp-webadmin-4f6d68305edc7fdc5db7d92032f76d36437869a9.zip |
Read org-id from eppn, affiliation is fallback
-rw-r--r-- | .idea/codeStyleSettings.xml | 9 | ||||
-rw-r--r-- | .idea/vcs.xml | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 0000000..1cccc76 --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectCodeStyleSettingsManager"> + <option name="PER_PROJECT_SETTINGS"> + <value /> + </option> + <option name="PREFERRED_PROJECT_CODE_STYLE" value="Project" /> + </component> +</project>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ No newline at end of file |